Hey,

this patch fixes the NDEBUG redefinition errors you get when building latest
cvs with VC.
Anyone with enough karma please apply this patch.


Christoph
Index: php.h
===================================================================
RCS file: /repository/php4/main/php.h,v
retrieving revision 1.162
diff -u -r1.162 php.h
--- php.h       15 Mar 2002 10:49:31 -0000      1.162
+++ php.h       15 Mar 2002 13:41:48 -0000
@@ -66,8 +66,6 @@
 #if HAVE_ASSERT_H
 #if PHP_DEBUG
 #undef NDEBUG
-#else
-#define NDEBUG
 #endif
 #include <assert.h>
 #else /* HAVE_ASSERT_H */

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to