aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-08-03 12:06:36 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-08-03 12:06:36 +0000
commit50f3437111a6428b4852740e83db4848b0b09a97 (patch)
treea2b0d7c54535d7cce9be574eba3474957fa549f2 /xmllint.c
parent9f4eb911591bff815373d3e272605f2bebe4f087 (diff)
downloadandroid_external_libxml2-50f3437111a6428b4852740e83db4848b0b09a97.tar.gz
android_external_libxml2-50f3437111a6428b4852740e83db4848b0b09a97.tar.bz2
android_external_libxml2-50f3437111a6428b4852740e83db4848b0b09a97.zip
applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
* DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c testSAX.c xmlIO.c xmllint.c include/win32config.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in win32/README.MSDev win32/dsp/*: applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmllint.c b/xmllint.c
index 618db945..ee020df6 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -103,15 +103,6 @@ static int timing = 0;
static int generate = 0;
static struct timeval begin, end;
-
-#ifdef VMS
-extern int xmlDoValidityCheckingDefaultVal;
-#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDefaultVal
-#else
-extern int xmlDoValidityCheckingDefaultValue;
-#endif
-extern int xmlGetWarningsDefaultValue;
-
/************************************************************************
* *
* HTML ouput *