]> granicus.if.org Git - python/commitdiff
Fix typo: MICRO instead of MINOR.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 21 Jan 2001 10:22:12 +0000 (10:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 21 Jan 2001 10:22:12 +0000 (10:22 +0000)
Modules/pyexpat.c

index 69105bdf457f4a8e822979315f7bfc2000797465..ff104f67f26e92e3ae70d06b5ac592ccd17e6b2c 100644 (file)
@@ -8,7 +8,7 @@
 #endif
 
 #ifdef XML_MAJOR_VERSION
-#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MINOR_VERSION)
+#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MICRO_VERSION)
 #else
 #ifndef EXPAT_VERSION
 /* Assume Expat 1.1 unless told otherwise */