Add -DXMLNS
authorJames Clark <jjc@jclark.com>
Fri, 20 Nov 1998 04:10:35 +0000 (04:10 +0000)
committerJames Clark <jjc@jclark.com>
Fri, 20 Nov 1998 04:10:35 +0000 (04:10 +0000)
expat/Makefile

index 671fdfc7501082d1a5c542f1970136def9973d11..60cb2a1ad9f5181a8e2268c8d0cb6469303f5c4c 100755 (executable)
@@ -2,7 +2,8 @@ CC=gcc
 # If you know what your system's byte order is, define BYTE_ORDER:
 # use -DBYTE_ORDER=12 for little-endian byte order;
 # use -DBYTE_ORDER=21 for big-endian (network) byte order.
-CFLAGS=-O2 -Ixmltok -Ixmlparse
+# -DXMLNS adds support for checking of lexical aspects of XML namespaces spec
+CFLAGS=-O2 -Ixmltok -Ixmlparse -DXMLNS
 # Use one of the next two lines; unixfilemap is better if it works.
 FILEMAP_OBJ=xmlwf/unixfilemap.o
 #FILEMAP_OBJ=xmlwf/readfilemap.o