backing out for now; I'll retry tomorrow

This commit is contained in:
rickg%netscape.com 2000-04-19 09:04:46 +00:00
Родитель 35061439c3
Коммит 04bfd1b289
4 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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