- Little fix

This commit is contained in:
Andi Gutmans 2000-02-10 17:22:25 +00:00
parent b48eebb114
commit ec0e2d7312

View file

@ -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