Define VERSION in expat.h.

This commit is contained in:
Martin v. Löwis 2002-02-13 07:47:16 +00:00
parent 9ad4b688ec
commit 8fef47be5f
3 changed files with 6 additions and 3 deletions

View file

@ -567,7 +567,6 @@ class PyBuildExt(build_ext):
],
define_macros = [
('HAVE_EXPAT_H',None),
('VERSION', '"1.95.2"'),
('XML_NS', '1'),
('XML_DTD', '1'),
('XML_BYTE_ORDER', xmlbo),