From f7ec2505ca54dbf90b2c174f4ed7e9f3adf6727d Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Fri, 15 Mar 2002 10:49:31 +0000 Subject: - Revert assert fix until it becomes clear what was wrong with my previous - fix. I don't see any warnings when building with VC++ English. --- main/php.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index fdbf106011..131ac7819e 100644 --- a/main/php.h +++ b/main/php.h @@ -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 -- cgit v1.2.1