sebastian               Sun Nov 17 16:50:01 2002 EDT

  Modified files:              
    /php4/ext/xml/expat winconfig.h 
  Log:
  Fix warning. HAVE_MEMMOVE is already defined in config.w32.h.
  
  
Index: php4/ext/xml/expat/winconfig.h
diff -u php4/ext/xml/expat/winconfig.h:1.3 php4/ext/xml/expat/winconfig.h:1.4
--- php4/ext/xml/expat/winconfig.h:1.3  Sun Nov 17 13:37:48 2002
+++ php4/ext/xml/expat/winconfig.h      Sun Nov 17 16:50:00 2002
@@ -25,6 +25,6 @@
 #define BYTEORDER 1234
 
 /* Windows has memmove() available. */
-#define HAVE_MEMMOVE
+/* #define HAVE_MEMMOVE */
 
 #endif /* ndef WINCONFIG_H */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to