]> granicus.if.org Git - libexpat/commit
Remove acconfig.h altogether by removing XML_BYTE_ORDER. We can simply
authorGreg Stein <gstein@users.sourceforge.net>
Fri, 17 May 2002 21:42:05 +0000 (21:42 +0000)
committerGreg Stein <gstein@users.sourceforge.net>
Fri, 17 May 2002 21:42:05 +0000 (21:42 +0000)
commitde857347b6c0e2b26fe287925daaebbc056df1f6
tree344c27a44a7e4117694f3b8678014c04f21bc331
parent950c9a11243c309df792e95d34931876d6685e7b
Remove acconfig.h altogether by removing XML_BYTE_ORDER. We can simply
use the BYTEORDER constant that ac_c_bigendian_cross.m4 generates.

* accconfig.h: removed; obsolete.

* lib/winconfig.h:
  - set the BYTEORDER constant, rather than XML_BYTE_ORDER, and leave
    a note about what we're assuming.

* lib/xmltok.c, lib/xmltok_ns.c:
  - change all XML_BYTE_ORDER references to BYTEORDER, and
    update the constants from 12, 21 to 1234, 4321 respectively.
expat/acconfig.h [deleted file]
expat/lib/winconfig.h
expat/lib/xmltok.c
expat/lib/xmltok_ns.c