[Expat-checkins] expat/lib xmlparse.c, 1.158, 1.159 xmlrole.c, 1.21, 1.22 xmltok.c, 1.34, 1.35
Karl Waclawek
kwaclaw at users.sourceforge.net
Sat Aug 5 19:01:04 CEST 2006
- Previous message: [Expat-checkins] expat/xmlwf codepage.c, 1.12, 1.13 readfilemap.c, 1.12, 1.13 xmlfile.c, 1.17, 1.18 xmlwf.c, 1.71, 1.72
- Next message: [Expat-checkins] expat/lib watcomconfig.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8078/lib
Modified Files:
xmlparse.c xmlrole.c xmltok.c
Log Message:
Applied patrch #1523242 - support for Open Watcom 1.5.
Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- xmlparse.c 10 Jul 2006 18:59:52 -0000 1.158
+++ xmlparse.c 5 Aug 2006 17:00:31 -0000 1.159
@@ -14,6 +14,8 @@
#include "macconfig.h"
#elif defined(__amigaos4__)
#include "amigaconfig.h"
+#elif defined(__WATCOMC__)
+#include "watcomconfig.h"
#elif defined(HAVE_EXPAT_CONFIG_H)
#include <expat_config.h>
#endif /* ndef COMPILED_FROM_DSP */
Index: xmlrole.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlrole.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- xmlrole.c 26 Feb 2005 01:38:13 -0000 1.21
+++ xmlrole.c 5 Aug 2006 17:00:31 -0000 1.22
@@ -10,6 +10,8 @@
#include "macconfig.h"
#elif defined(__amigaos4__)
#include "amigaconfig.h"
+#elif defined(__WATCOMC__)
+#include "watcomconfig.h"
#else
#ifdef HAVE_EXPAT_CONFIG_H
#include <expat_config.h>
@@ -53,12 +55,16 @@
ASCII_I, ASCII_D, ASCII_R, ASCII_E, ASCII_F, '\0' };
static const char KW_IDREFS[] = {
ASCII_I, ASCII_D, ASCII_R, ASCII_E, ASCII_F, ASCII_S, '\0' };
+#ifdef XML_DTD
static const char KW_IGNORE[] = {
ASCII_I, ASCII_G, ASCII_N, ASCII_O, ASCII_R, ASCII_E, '\0' };
+#endif
static const char KW_IMPLIED[] = {
ASCII_I, ASCII_M, ASCII_P, ASCII_L, ASCII_I, ASCII_E, ASCII_D, '\0' };
+#ifdef XML_DTD
static const char KW_INCLUDE[] = {
ASCII_I, ASCII_N, ASCII_C, ASCII_L, ASCII_U, ASCII_D, ASCII_E, '\0' };
+#endif
static const char KW_NDATA[] = {
ASCII_N, ASCII_D, ASCII_A, ASCII_T, ASCII_A, '\0' };
static const char KW_NMTOKEN[] = {
Index: xmltok.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- xmltok.c 26 Feb 2005 01:38:13 -0000 1.34
+++ xmltok.c 5 Aug 2006 17:00:31 -0000 1.35
@@ -10,6 +10,8 @@
#include "macconfig.h"
#elif defined(__amigaos4__)
#include "amigaconfig.h"
+#elif defined(__WATCOMC__)
+#include "watcomconfig.h"
#else
#ifdef HAVE_EXPAT_CONFIG_H
#include <expat_config.h>
- Previous message: [Expat-checkins] expat/xmlwf codepage.c, 1.12, 1.13 readfilemap.c, 1.12, 1.13 xmlfile.c, 1.17, 1.18 xmlwf.c, 1.71, 1.72
- Next message: [Expat-checkins] expat/lib watcomconfig.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Expat-checkins
mailing list