Fix HP build bustage. Must comment out text after an #endif

git-svn-id: svn://10.0.0.236/trunk@35438 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com
1999-06-15 13:38:14 +00:00
parent 24dd9edced
commit 9ac574ec89
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ static PRBool EatClose(eHTMLTags aTag);
static PRBool PermitWSAfterOpen(eHTMLTags aTag);
static PRBool PermitWSBeforeClose(eHTMLTags aTag);
static PRBool PermitWSAfterClose(eHTMLTags aTag);
#endif OBSOLETE
#endif // OBSOLETE
static PRBool IgnoreWS(eHTMLTags aTag);