diff options
author | Andi Gutmans <andi@php.net> | 2002-03-15 10:49:31 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-03-15 10:49:31 +0000 |
commit | f7ec2505ca54dbf90b2c174f4ed7e9f3adf6727d (patch) | |
tree | cc535d1200560ee674d593708a08458777dfc3cf /main/php.h | |
parent | 9aa5afaceea4d3e40639c8495023dfa965cdd082 (diff) | |
download | php-git-f7ec2505ca54dbf90b2c174f4ed7e9f3adf6727d.tar.gz |
- 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.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |