diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-01-09 17:48:02 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-01-09 17:48:02 +0000 |
commit | fc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974 (patch) | |
tree | eb40ba705585913b7d93b4cef0adddb2ece47eb0 /testapi.c | |
parent | 99906ada06c58ef41af5dea93f5e2ba1b4d19ff6 (diff) | |
download | libxml2-fc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974.tar.gz |
William noticed I forgot to add special support for xmlmodules.c define
* gentest.py testapi.c: William noticed I forgot to add special
support for xmlmodules.c define
* xmlregexp.c include/libxml/xmlregexp.h: added terminal to
xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
entry point and refactored to use both code.
Daniel
Diffstat (limited to 'testapi.c')
-rw-r--r-- | testapi.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28217,6 +28217,7 @@ test_xmlerror(void) { printf("Module xmlerror: %d errors\n", test_ret); return(test_ret); } +#ifdef LIBXML_MODULES_ENABLED #define gen_nb_xmlModulePtr 1 static xmlModulePtr gen_xmlModulePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { @@ -28224,6 +28225,8 @@ static xmlModulePtr gen_xmlModulePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_U } static void des_xmlModulePtr(int no ATTRIBUTE_UNUSED, xmlModulePtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { } +#endif + static int test_xmlModuleClose(void) { |