mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Little fix
This commit is contained in:
parent
b48eebb114
commit
ec0e2d7312
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ extern unsigned char second_arg_allow_ref[];
|
|||
#define DEBUG ZEND_DEBUG
|
||||
|
||||
|
||||
#if DEBUG || !(defined(__GNUC__)||PHP_WIN32
|
||||
#if DEBUG || !(defined(__GNUC__)||PHP_WIN32)
|
||||
#ifdef inline
|
||||
#undef inline
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue