1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

make the allocation be per-thread a configure option fixed compilation

* include/libxml/globals.h configure.in global.data: make
  the allocation be per-thread a configure option
* encoding.c include/libxml/parser.h: fixed compilation
  errors
Daniel
This commit is contained in:
Daniel Veillard
2001-10-15 12:32:07 +00:00
parent 5ee57fc9ae
commit 64a411cc8c
6 changed files with 65 additions and 40 deletions

View File

@ -44,6 +44,7 @@
#include <libxml/HTMLparser.h>
#endif
#include <libxml/xmlerror.h>
#include <libxml/globals.h>
static xmlCharEncodingHandlerPtr xmlUTF16LEHandler = NULL;
static xmlCharEncodingHandlerPtr xmlUTF16BEHandler = NULL;