mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #21891: remove extraneous semicolon.
This commit is contained in:
commit
744a1193aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue