From 90a5d98cdd793a28148467462469ee1f3209da5f Mon Sep 17 00:00:00 2001 From: James Clark Date: Mon, 8 Mar 1999 01:20:37 +0000 Subject: [PATCH] Rename BYTE_ORDER to XML_BYTE_ORDER. --- expat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/Makefile b/expat/Makefile index 5c11dd05..44e6ce7d 100755 --- a/expat/Makefile +++ b/expat/Makefile @@ -1,7 +1,7 @@ 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. +# If you know what your system's byte order is, define XML_BYTE_ORDER: +# use -DXML_BYTE_ORDER=12 for little-endian byte order; +# use -DXML_BYTE_ORDER=21 for big-endian (network) byte order. # -DXML_NS adds support for checking of lexical aspects of XML namespaces spec # -DXML_MIN_SIZE makes a smaller but slower parser CFLAGS=-O2 -Ixmltok -Ixmlparse -DXML_NS