diff options
Diffstat (limited to 'xmllint.c')
-rw-r--r-- | xmllint.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -88,7 +88,13 @@ static char *encoding = NULL; static int xinclude = 0; #endif + +#ifdef VMS +extern int xmlDoValidityCheckingDefaultVal; +#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDefaultVal +#else extern int xmlDoValidityCheckingDefaultValue; +#endif extern int xmlGetWarningsDefaultValue; /************************************************************************ |