sniper          Sun Feb  9 18:30:08 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/nsapi    nsapi.c 
  Log:
  MFH
  
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.2 php4/sapi/nsapi/nsapi.c:1.28.2.3
--- php4/sapi/nsapi/nsapi.c:1.28.2.2    Sun Feb  9 18:27:50 2003
+++ php4/sapi/nsapi/nsapi.c     Sun Feb  9 18:30:08 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

Reply via email to