mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fix typo: MICRO instead of MINOR.
This commit is contained in:
parent
0078f6cc80
commit
6512dbd5be
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XML_MAJOR_VERSION
|
#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
|
#else
|
||||||
#ifndef EXPAT_VERSION
|
#ifndef EXPAT_VERSION
|
||||||
/* Assume Expat 1.1 unless told otherwise */
|
/* Assume Expat 1.1 unless told otherwise */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue