summaryrefslogtreecommitdiff
path: root/ext/xml/expat/xmlparse.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-19 09:56:42 +0000
committerSascha Schumann <sas@php.net>2001-05-19 09:56:42 +0000
commit991e05d062be85988e32865f90d6117dcee3aaf8 (patch)
tree49001140481ad6c836dd2e0292393421934ef416 /ext/xml/expat/xmlparse.c
parent370c3418ad2b6087c3555f80b7389796340d50be (diff)
downloadphp-git-991e05d062be85988e32865f90d6117dcee3aaf8.tar.gz
Nuke some warnings.
Diffstat (limited to 'ext/xml/expat/xmlparse.c')
-rw-r--r--ext/xml/expat/xmlparse.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/xml/expat/xmlparse.c b/ext/xml/expat/xmlparse.c
index 2749d51c56..ccca7fed42 100644
--- a/ext/xml/expat/xmlparse.c
+++ b/ext/xml/expat/xmlparse.c
@@ -3,9 +3,11 @@ Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/
+#if 0
static char RCSId[]
= "$Header$";
-
+#endif
+
#include "php_compat.h"
#ifdef COMPILED_FROM_DSP
@@ -243,9 +245,11 @@ static enum XML_Error
processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *, const char *);
static enum XML_Error
initializeEncoding(XML_Parser parser);
+#if 0
static enum XML_Error
doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
const char *end, int tok, const char *next, const char **nextPtr);
+#endif
static enum XML_Error
processInternalParamEntity(XML_Parser parser, ENTITY *entity);
static enum XML_Error