WIP: push-based tokenization

This commit is contained in:
rickg
1998-05-07 07:19:47 +00:00
parent 364d6d4ad1
commit 6fdd4f427e
22 changed files with 1032 additions and 512 deletions

View File

@@ -560,7 +560,7 @@ CCommentToken::CCommentToken(const nsString& aName) : CHTMLToken(aName) {
PRInt32 CCommentToken::Consume(PRUnichar aChar, CScanner& aScanner) {
PRUnichar ch,ch2;
PRInt32 result;
PRInt32 result=kNoError;
static nsAutoString terminals(">");