Bug 170985 : fix for gcc3.4 bustage
git-svn-id: svn://10.0.0.236/trunk@147226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -192,4 +192,3 @@ HTML_OTHER(entity, Span)
|
||||
HTML_OTHER(doctypeDecl, Span)
|
||||
HTML_OTHER(markupDecl, Span)
|
||||
HTML_OTHER(instruction, Span)
|
||||
HTML_OTHER(userdefined, Unknown)
|
||||
|
||||
@@ -54,6 +54,10 @@ enum nsHTMLTag {
|
||||
/* this enum must be first and must be zero */
|
||||
eHTMLTag_unknown = 0,
|
||||
#include "nsHTMLTagList.h"
|
||||
|
||||
/* can't be moved into nsHTMLTagList since gcc3.4 doesn't like a
|
||||
comma at the end of enum list*/
|
||||
eHTMLTag_userdefined
|
||||
};
|
||||
#undef HTML_TAG
|
||||
#undef HTML_OTHER
|
||||
|
||||
Reference in New Issue
Block a user