mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- 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:
parent
9aa5afacee
commit
f7ec2505ca
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue