]> granicus.if.org Git - php/commitdiff
- Save two lines
authorAndi Gutmans <andi@php.net>
Wed, 6 Sep 2000 18:42:06 +0000 (18:42 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 6 Sep 2000 18:42:06 +0000 (18:42 +0000)
Zend/zend_config.w32.h

index 10e0241e008dbfe8aec4e7e7b46e8d70d8b8d26c..289282db1fbc586be4334880f67a45dec6d4a767 100644 (file)
@@ -49,15 +49,12 @@ typedef unsigned int uint;
 #define vsnprintf _vsnprintf
 #define zend_isinf(a)  0
 
-#ifdef inline
-#undef inline
-#endif
-
 #define zend_sprintf sprintf
 
 /* This will cause the compilation process to be MUCH longer, but will generate
  * a much quicker PHP binary
  */
+#undef inline
 #ifdef ZEND_WIN32_FORCE_INLINE
 # define inline __forceinline
 #else