]> granicus.if.org Git - php/commitdiff
Fix [-Wundef] warning in XML extension
authorGeorge Peter Banyard <girgias@php.net>
Wed, 20 May 2020 12:12:36 +0000 (14:12 +0200)
committerGeorge Peter Banyard <girgias@php.net>
Wed, 20 May 2020 14:29:51 +0000 (16:29 +0200)
ext/xml/xml.c

index 802f9a0caa228f0296f3ded2056e9a66dd59e4f7..19d7238c46d61a72bf0f906e21d464c49158a943 100644 (file)
@@ -28,7 +28,7 @@
 #include "ext/standard/html.h"
 #include "zend_interfaces.h"
 
-#if HAVE_XML
+#ifdef HAVE_XML
 
 #include "php_xml.h"
 # include "ext/standard/head.h"