Fix [-Wundef] warning in DOM extension

This commit is contained in:
George Peter Banyard 2020-05-12 22:54:43 +02:00
parent 93b51f4e26
commit 62b1d2cb69
26 changed files with 47 additions and 47 deletions

View file

@ -20,7 +20,7 @@
#endif
#include "php.h"
#if HAVE_LIBXML && HAVE_DOM
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
#include "php_dom.h"
/*