sniper Sun Feb 9 18:29:57 2003 EDT
Modified files:
/php4/sapi/nsapi nsapi.c
Log:
Some compilers puke on these..
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.31 php4/sapi/nsapi/nsapi.c:1.32
--- php4/sapi/nsapi/nsapi.c:1.31 Fri Feb 7 13:57:40 2003
+++ php4/sapi/nsapi/nsapi.c Sun Feb 9 18:29:56 2003
@@ -38,11 +38,11 @@
* Ideally, this should be done by the configure script.
*/
#if !defined(XP_UNIX) && !defined(XP_WIN32)
- #if defined(WIN32)
- #define XP_WIN32
- #else
- #define XP_UNIX
- #endif
+#if defined(WIN32)
+#define XP_WIN32
+#else
+#define XP_UNIX
+#endif
#endif
/*
@@ -73,7 +73,7 @@
* ZTS needs to be defined for NSAPI to work
*/
#if !defined(ZTS)
- #error "NSAPI module needs ZTS to be defined"
+#error "NSAPI module needs ZTS to be defined"
#endif
/*
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php