Bug 397773 - mozilla-central has pedantic errors because of extra commas, r=mrbkap+brendan a=brendan

git-svn-id: svn://10.0.0.236/trunk@237307 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2007-10-05 13:58:51 +00:00
parent 8c2cc11e03
commit 2a0f41b7c7
2 changed files with 1 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ typedef enum REOp {
#define REOP_DEF(opcode, name) opcode,
#include "jsreops.tbl"
#undef REOP_DEF
REOP_LIMIT /* META: no operator >= to this */
} REOp;
#define REOP_IS_SIMPLE(op) ((op) <= REOP_NCLASS)

View File

@@ -143,5 +143,3 @@ REOP_DEF(REOP_ENDALT, "endalt")
REOP_DEF(REOP_CONCAT, "concat")
/* end of expression */
REOP_DEF(REOP_END, "end")
/* META: no operator >= to this */
REOP_DEF(REOP_LIMIT,"limit")