]> granicus.if.org Git - php/commitdiff
- Revert assert fix until it becomes clear what was wrong with my previous
authorAndi Gutmans <andi@php.net>
Fri, 15 Mar 2002 10:49:31 +0000 (10:49 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 15 Mar 2002 10:49:31 +0000 (10:49 +0000)
- fix. I don't see any warnings when building with VC++ English.

main/php.h

index fdbf106011eed95a5ec464da4937eb7e9c26a53b..131ac7819eea5662ddfe29cb7a0a16c01f88bcaa 100644 (file)
@@ -63,7 +63,6 @@
 
 #include "php_regex.h"
 
-#ifndef PHP_WIN32
 #if HAVE_ASSERT_H
 #if PHP_DEBUG
 #undef NDEBUG
@@ -74,7 +73,6 @@
 #else /* HAVE_ASSERT_H */
 #define assert(expr) ((void) (0))
 #endif /* HAVE_ASSERT_H */
-#endif /* PHP_WIN32 */
 
 #define APACHE 0