[JAEGER] Fixed build.

This commit is contained in:
David Anderson
2010-06-23 10:50:34 -07:00
parent b7d46d73f1
commit 9b9464e814
2 changed files with 3 additions and 1 deletions

View File

@@ -257,7 +257,9 @@ struct JSCodeSpec {
uint8 prec; /* operator precedence */
uint32 format; /* immediate operand format */
#ifdef __cplusplus
uint32 type() const { return JOF_TYPE(format); }
#endif
};
extern const JSCodeSpec js_CodeSpec[];