diff options
author | Derick Rethans <github@derickrethans.nl> | 2014-01-02 10:57:46 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2014-01-02 10:57:46 +0000 |
commit | dee77f237c7989359986f5020d450c1b9a93464c (patch) | |
tree | 0b8de5050f07364b3fcb03fa420686505947dc79 /Zend/zend.c | |
parent | e881334e496be92ac6d1751f25d006203f3229d6 (diff) | |
parent | 3c3ff434329d2f505b00a79bacfdef95ca96f0d2 (diff) | |
download | php-git-dee77f237c7989359986f5020d450c1b9a93464c.tar.gz |
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Diffstat (limited to 'Zend/zend.c')
-rw-r--r-- | Zend/zend.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 0602c45042..eaf4ab9a9a 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -43,10 +43,6 @@ # define GLOBAL_CONSTANTS_TABLE EG(zend_constants) #endif -#if defined(ZEND_WIN32) && ZEND_DEBUG -BOOL WINAPI IsDebuggerPresent(VOID); -#endif - /* true multithread-shared globals */ ZEND_API zend_class_entry *zend_standard_class_def = NULL; ZEND_API int (*zend_printf)(const char *format, ...); |