Skip to content

Commit

Permalink
AFAIK C89 doesn't allow trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Feb 12, 2013
1 parent 76b3eea commit 8cf60f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion expat/xmlparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,9 @@ XML_ErrorString(enum XML_Error code)
XML_L("cannot suspend in external parameter entity"),
XML_L("reserved prefix (xml) must not be undeclared or bound to another namespace name"),
XML_L("reserved prefix (xmlns) must not be declared or undeclared"),
XML_L("prefix must not be bound to one of the reserved namespace names"),
XML_L("prefix must not be bound to one of the reserved namespace names")
#ifdef XML_BOMB_PROTECTION
,
XML_L("entity indirection limit exceeded"),
XML_L("document's entity expansion limit exceeded")
#endif
Expand Down

0 comments on commit 8cf60f5

Please # to comment.