- 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.
This commit is contained in:
Andi Gutmans 2002-03-15 10:49:31 +00:00
parent 9aa5afacee
commit f7ec2505ca

View 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