nsParser.cpp would not compile if the EXPAT compiler define was set because I had

not included nsExpatDTD.h.  Now, nsExpatDTD.h gets included if EXPAT is set.
This commit is contained in:
nisheeth%netscape.com 1999-03-02 03:03:52 +00:00
Родитель 55422c7fbc
Коммит 3229966c08
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -31,6 +31,9 @@
#include "CNavDTD.h"
#include "nsWellFormedDTD.h"
#include "nsViewSourceHTML.h" //uncomment this to partially enable viewsource...
#ifdef EXPAT
#include "nsExpatDTD.h"
#endif
#undef rickgdebug
#ifdef rickgdebug

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

@ -31,6 +31,9 @@
#include "CNavDTD.h"
#include "nsWellFormedDTD.h"
#include "nsViewSourceHTML.h" //uncomment this to partially enable viewsource...
#ifdef EXPAT
#include "nsExpatDTD.h"
#endif
#undef rickgdebug
#ifdef rickgdebug