[Python-checkins] CVS: python/dist/src/Modules/expat expat.h,1.1,1.2

Martin v. L?wis loewis@users.sourceforge.net
Tue, 12 Feb 2002 23:47:18 -0800


Update of /cvsroot/python/python/dist/src/Modules/expat
In directory usw-pr-cvs1:/tmp/cvs-serv18129/Modules/expat

Modified Files:
	expat.h 
Log Message:
Define VERSION in expat.h.


Index: expat.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/expat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** expat.h	12 Feb 2002 09:52:22 -0000	1.1
--- expat.h	13 Feb 2002 07:47:16 -0000	1.2
***************
*** 725,728 ****
--- 725,732 ----
  XML_ExpatVersionInfo(void);
  
+ /* VERSION is not defined in expat.h.in, but it really belongs here,
+    and defining it on the command line gives difficulties with MSVC. */
+ #define VERSION "1.95.2"
+ 
  #define XML_MAJOR_VERSION 1
  #define XML_MINOR_VERSION 95