From 9fbf1735ea5f970d55e0822904379a62db5aefe7 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Thu, 8 Jul 1999 03:20:09 +0000 Subject: [PATCH] Remove #define XML_DTD. This is defined in the makefiles. git-svn-id: svn://10.0.0.236/trunk@38771 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/expat/xmltok/xmltok.h | 4 ---- mozilla/parser/expat/lib/xmltok.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/mozilla/expat/xmltok/xmltok.h b/mozilla/expat/xmltok/xmltok.h index 96d521867ff..6bb410879af 100644 --- a/mozilla/expat/xmltok/xmltok.h +++ b/mozilla/expat/xmltok/xmltok.h @@ -108,10 +108,6 @@ extern "C" { for a name with a colon. */ #define XML_TOK_PREFIXED_NAME 41 -#if 1 -#define XML_DTD -#endif /* 0 */ - #ifdef XML_DTD #define XML_TOK_IGNORE_SECT 42 #endif /* XML_DTD */ diff --git a/mozilla/parser/expat/lib/xmltok.h b/mozilla/parser/expat/lib/xmltok.h index 96d521867ff..6bb410879af 100644 --- a/mozilla/parser/expat/lib/xmltok.h +++ b/mozilla/parser/expat/lib/xmltok.h @@ -108,10 +108,6 @@ extern "C" { for a name with a colon. */ #define XML_TOK_PREFIXED_NAME 41 -#if 1 -#define XML_DTD -#endif /* 0 */ - #ifdef XML_DTD #define XML_TOK_IGNORE_SECT 42 #endif /* XML_DTD */