зеркало из https://github.com/mozilla/gecko-dev.git
Bug 397773 - mozilla-central has pedantic errors because of extra commas, r=mrbkap+brendan a=brendan
This commit is contained in:
Родитель
a8c58f1dc5
Коммит
af426efb3e
|
@ -68,6 +68,7 @@ typedef enum REOp {
|
||||||
#define REOP_DEF(opcode, name) opcode,
|
#define REOP_DEF(opcode, name) opcode,
|
||||||
#include "jsreops.tbl"
|
#include "jsreops.tbl"
|
||||||
#undef REOP_DEF
|
#undef REOP_DEF
|
||||||
|
REOP_LIMIT /* META: no operator >= to this */
|
||||||
} REOp;
|
} REOp;
|
||||||
|
|
||||||
#define REOP_IS_SIMPLE(op) ((op) <= REOP_NCLASS)
|
#define REOP_IS_SIMPLE(op) ((op) <= REOP_NCLASS)
|
||||||
|
|
|
@ -143,5 +143,3 @@ REOP_DEF(REOP_ENDALT, "endalt")
|
||||||
REOP_DEF(REOP_CONCAT, "concat")
|
REOP_DEF(REOP_CONCAT, "concat")
|
||||||
/* end of expression */
|
/* end of expression */
|
||||||
REOP_DEF(REOP_END, "end")
|
REOP_DEF(REOP_END, "end")
|
||||||
/* META: no operator >= to this */
|
|
||||||
REOP_DEF(REOP_LIMIT,"limit")
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче