Browse Source

- Little fix

PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
ec0e2d7312
  1. 2
      main/php.h

2
main/php.h

@ -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…
Cancel
Save