mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7aacac1758
commit
709bbe9a25
@ -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:
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user