summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-04-10 08:06:52 +0100
committerJoe Watkins <krakjoe@php.net>2017-04-10 08:06:52 +0100
commite24dcf97f1af7165d14ff3f57f21c7c89225e1f7 (patch)
tree60abfccec76ba16ad9c3a8b06847d0e254db214a /sapi/phpdbg/phpdbg.h
parent5b013e7935efb73e27ebc7d40dce7ef9a3644b14 (diff)
parent696bd37e6757d77dc7ed44f3ea6451944ebaba96 (diff)
downloadphp-git-e24dcf97f1af7165d14ff3f57f21c7c89225e1f7.tar.gz
Merge branch 'master' of git.php.net:/php-src
* 'master' of git.php.net:/php-src: Fixed condition check Fixed condition check another place Fixed issue #2466 Invalid integer constant expression error in php.h
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h
index 2a22251219..ef3b017b6d 100644
--- a/sapi/phpdbg/phpdbg.h
+++ b/sapi/phpdbg/phpdbg.h
@@ -48,7 +48,7 @@
#include "zend_signal.h"
#if !defined(_WIN32) && !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H)
# include <signal.h>
-#elif PHP_WIN32
+#elif defined(PHP_WIN32)
# include "win32/signal.h"
#endif
#include "SAPI.h"