diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-15 12:32:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-15 12:32:07 +0000 |
commit | 64a411cc8c7ab82277fcb428b7bee1398edf0c36 (patch) | |
tree | 9ee174da37b0709b47f7c421eee3ad7320617ac3 /encoding.c | |
parent | 5ee57fc9ae4f83cbb9a35d4478a4c7bc4e737139 (diff) | |
download | libxml2-64a411cc8c7ab82277fcb428b7bee1398edf0c36.tar.gz |
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
Diffstat (limited to 'encoding.c')
-rw-r--r-- | encoding.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |