Issue #21891: remove extraneous semicolon.
This commit is contained in:
parent
8cefd08943
commit
529ea5d184
|
@ -1546,7 +1546,7 @@ const char *_PySys_ImplName = NAME;
|
|||
#define STRIFY(name) QUOTE(name)
|
||||
#define MAJOR STRIFY(PY_MAJOR_VERSION)
|
||||
#define MINOR STRIFY(PY_MINOR_VERSION)
|
||||
#define TAG NAME "-" MAJOR MINOR;
|
||||
#define TAG NAME "-" MAJOR MINOR
|
||||
const char *_PySys_ImplCacheTag = TAG;
|
||||
#undef NAME
|
||||
#undef QUOTE
|
||||
|
|
Loading…
Reference in New Issue