From 926b4bff3db93deb6b25ca86d12f154ea0b42f3f Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Wed, 19 Apr 2000 09:04:46 +0000 Subject: [PATCH] backing out for now; I'll retry tomorrow git-svn-id: svn://10.0.0.236/trunk@66437 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/COtherDTD.cpp | 4 +++- mozilla/htmlparser/src/nsParser.cpp | 2 +- mozilla/parser/htmlparser/src/COtherDTD.cpp | 4 +++- mozilla/parser/htmlparser/src/nsParser.cpp | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mozilla/htmlparser/src/COtherDTD.cpp b/mozilla/htmlparser/src/COtherDTD.cpp index cfc87bf67bd..d1b10884eef 100644 --- a/mozilla/htmlparser/src/COtherDTD.cpp +++ b/mozilla/htmlparser/src/COtherDTD.cpp @@ -1,4 +1,4 @@ - +#if 0 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Netscape Public @@ -2032,3 +2032,5 @@ nsresult COtherDTD::WillInterruptParse(void){ return result; } + +#endif \ No newline at end of file diff --git a/mozilla/htmlparser/src/nsParser.cpp b/mozilla/htmlparser/src/nsParser.cpp index fd4c6e3fcac..5fd3a62aa52 100644 --- a/mozilla/htmlparser/src/nsParser.cpp +++ b/mozilla/htmlparser/src/nsParser.cpp @@ -97,7 +97,7 @@ public: nsIDTD* theDTD; NS_NewNavHTMLDTD(&theDTD); //do this as a default HTML DTD... mDTDDeque.Push(theDTD); -#if 1 +#if 0 NS_NewOtherHTMLDTD(&theDTD); //do this as the default DTD for strict documents... mDTDDeque.Push(theDTD); #endif diff --git a/mozilla/parser/htmlparser/src/COtherDTD.cpp b/mozilla/parser/htmlparser/src/COtherDTD.cpp index cfc87bf67bd..d1b10884eef 100644 --- a/mozilla/parser/htmlparser/src/COtherDTD.cpp +++ b/mozilla/parser/htmlparser/src/COtherDTD.cpp @@ -1,4 +1,4 @@ - +#if 0 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Netscape Public @@ -2032,3 +2032,5 @@ nsresult COtherDTD::WillInterruptParse(void){ return result; } + +#endif \ No newline at end of file diff --git a/mozilla/parser/htmlparser/src/nsParser.cpp b/mozilla/parser/htmlparser/src/nsParser.cpp index fd4c6e3fcac..5fd3a62aa52 100644 --- a/mozilla/parser/htmlparser/src/nsParser.cpp +++ b/mozilla/parser/htmlparser/src/nsParser.cpp @@ -97,7 +97,7 @@ public: nsIDTD* theDTD; NS_NewNavHTMLDTD(&theDTD); //do this as a default HTML DTD... mDTDDeque.Push(theDTD); -#if 1 +#if 0 NS_NewOtherHTMLDTD(&theDTD); //do this as the default DTD for strict documents... mDTDDeque.Push(theDTD); #endif