added runtime 'marker-style' entities and fixed a few bugs.

git-svn-id: svn://10.0.0.236/trunk@318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-04-16 07:22:40 +00:00
parent 8b0c46947a
commit b38724544f
12 changed files with 70 additions and 38 deletions

View File

@@ -301,6 +301,7 @@ PRBool nsHTMLParser::Parse(nsIURL* aURL){
mTokenizer=new CTokenizer(aURL, delegate);
mTokenizer->Tokenize();
#define VERBOSE_DEBUG
#ifdef VERBOSE_DEBUG
mTokenizer->DebugDumpTokens(cout);
#endif