mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
Disable xmlExp regex code
This is apparently another regex engine that was never used, see commit
81a8ec6
.
This commit is contained in:
parent
664f881008
commit
d56184a085
@ -915,6 +915,9 @@ Regexptests: testRegexp$(EXEEXT)
|
|||||||
if [ -n "$$log" ] ; then echo $$name result ; echo "$$log" ; fi ; \
|
if [ -n "$$log" ] ; then echo $$name result ; echo "$$log" ; fi ; \
|
||||||
rm result.$$name ; \
|
rm result.$$name ; \
|
||||||
fi ; fi ; done)
|
fi ; fi ; done)
|
||||||
|
|
||||||
|
# Disabled for now
|
||||||
|
Exptests: testRegexp$(EXEEXT)
|
||||||
@echo "## Formal expresssions regression tests"
|
@echo "## Formal expresssions regression tests"
|
||||||
-@(for i in $(srcdir)/test/expr/* ; do \
|
-@(for i in $(srcdir)/test/expr/* ; do \
|
||||||
name=`basename $$i`; \
|
name=`basename $$i`; \
|
||||||
|
@ -350,8 +350,10 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|||||||
* LIBXML_EXPR_ENABLED:
|
* LIBXML_EXPR_ENABLED:
|
||||||
*
|
*
|
||||||
* Whether the formal expressions interfaces are compiled in
|
* Whether the formal expressions interfaces are compiled in
|
||||||
|
*
|
||||||
|
* This code is unused and disabled unconditionally for now.
|
||||||
*/
|
*/
|
||||||
#if @WITH_SCHEMAS@
|
#if 0
|
||||||
#define LIBXML_EXPR_ENABLED
|
#define LIBXML_EXPR_ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user