mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
cleanup of global variables, marking some const or private. Daniel
* include/libxml/parserInternals.h include/libxml/HTMLparser.h xmlIO.c tree.c parserInternals.c entities.c encoding.c HTMLparser.c: cleanup of global variables, marking some const or private. Daniel
This commit is contained in:
@@ -185,9 +185,13 @@ LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern xmlChar xmlStringText[];
|
||||
LIBXML_DLL_IMPORT extern xmlChar xmlStringTextNoenc[];
|
||||
LIBXML_DLL_IMPORT extern xmlChar xmlStringComment[];
|
||||
|
||||
/**
|
||||
* Global variables used for predefined strings
|
||||
*/
|
||||
LIBXML_DLL_IMPORT extern const xmlChar xmlStringText[];
|
||||
LIBXML_DLL_IMPORT extern const xmlChar xmlStringTextNoenc[];
|
||||
LIBXML_DLL_IMPORT extern const xmlChar xmlStringComment[];
|
||||
|
||||
/*
|
||||
* Function to finish teh work of the macros where needed
|
||||
|
Reference in New Issue
Block a user