Diff for /XML/parserInternals.h between versions 1.38 and 1.39

version 1.38, 2000/10/01 18:23:40 version 1.39, 2000/11/07 14:13:03
Line 101  extern "C" { Line 101  extern "C" {
  * Global vaiables affecting the default parser behaviour.   * Global vaiables affecting the default parser behaviour.
  */   */
   
 extern int xmlParserDebugEntities;  LIBXML_DLL_IMPORT extern int xmlParserDebugEntities;
 extern int xmlGetWarningsDefaultValue;  LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
 extern int xmlParserDebugEntities;  LIBXML_DLL_IMPORT extern int xmlParserDebugEntities;
 extern int xmlSubstituteEntitiesDefaultValue;  LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
 extern int xmlDoValidityCheckingDefaultValue;  LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
 extern int xmlPedanticParserDefaultValue;  LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
 extern int xmlKeepBlanksDefaultValue;  LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
   
 /*  /*
  * Function to finish teh work of the macros where needed   * Function to finish teh work of the macros where needed

Removed from v.1.38  
changed lines
  Added in v.1.39


Webmaster