summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjc <jjc>1998-11-20 04:10:35 +0000
committerjjc <jjc>1998-11-20 04:10:35 +0000
commit8f6fce6ddb6acbd37758c769fff2439b55220698 (patch)
tree6a82552f0b93052debd2def8127a2709e12ff05f
parent311ef7b563134a3e75cafc8aef092a5fa9ec7a53 (diff)
downloadlibexpat-8f6fce6ddb6acbd37758c769fff2439b55220698.tar.gz
Add -DXMLNS
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 671fdfc..60cb2a1 100755
--- a/Makefile
+++ b/Makefile
@@ -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