hyanantha               Thu Oct 24 07:23:11 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/xml/expat xmltok_impl.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/xml/expat/xmltok_impl.c
diff -u php4/ext/xml/expat/xmltok_impl.c:1.1 php4/ext/xml/expat/xmltok_impl.c:1.1.4.1
--- php4/ext/xml/expat/xmltok_impl.c:1.1        Fri May 11 13:57:35 2001
+++ php4/ext/xml/expat/xmltok_impl.c    Thu Oct 24 07:23:11 2002
@@ -3,6 +3,11 @@
 See the file COPYING for copying permission.
 */
 
+#ifdef NETWARE  /* Check whether these two files are really required for NetWare */
+#include "xmltok.h"
+#include "xmltok_impl.h"
+#endif
+
 #include "php_compat.h"
 
 #ifndef IS_INVALID_CHAR



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

Reply via email to