Follow-up for bug 695752. Fix "error: extra ';'" and "warning: empty macro arguments are undefined in ISO C90 and ISO C++98" (this broke maemo). r=red.

This commit is contained in:
Jason Orendorff 2011-10-19 18:36:19 -05:00
parent 7aacac1758
commit 709bbe9a25

View File

@ -191,7 +191,7 @@ struct Parser : private AutoGCRooter
void prepareNodeForMutation(ParseNode *pn) { return allocator.prepareNodeForMutation(pn); }
/* new_ methods for creating parse nodes. These report OOM on context. */
JS_DECLARE_NEW_METHODS(allocParseNode,);
JS_DECLARE_NEW_METHODS(allocParseNode, inline)
private:
/*