summaryrefslogtreecommitdiff
path: root/xmlregexp.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-20 18:46:42 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-20 21:49:04 +0100
commit346c3a930c50b20d6f65dd7d751b8b7284582214 (patch)
treef023a227b6afc8b4fe45f98ff9e3300c6c334824 /xmlregexp.c
parentce0871e15cdb68e505ccd9d9c96ff8455ed936ab (diff)
downloadlibxml2-346c3a930c50b20d6f65dd7d751b8b7284582214.tar.gz
Remove elfgcchack.h
The same optimization can be enabled with -fno-semantic-interposition since GCC 5. clang has always used this option by default.
Diffstat (limited to 'xmlregexp.c')
-rw-r--r--xmlregexp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlregexp.c b/xmlregexp.c
index 8d01c2ba..984c7ac6 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -8266,6 +8266,5 @@ xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt) {
}
#endif /* LIBXML_EXPR_ENABLED */
-#define bottom_xmlregexp
-#include "elfgcchack.h"
+
#endif /* LIBXML_REGEXP_ENABLED */