зеркало из https://github.com/mozilla/pjs.git
Bug 397773 - mozilla-central has pedantic errors because of extra commas, r=mrbkap+brendan a=brendan
This commit is contained in:
Родитель
dd46ab5ebc
Коммит
500cbc902e
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
|
Загрузка…
Ссылка в новой задаче