Commit 529ea5d1 authored by Ned Deily's avatar Ned Deily

Issue #21891: remove extraneous semicolon.

parent 8cefd089
...@@ -1546,7 +1546,7 @@ const char *_PySys_ImplName = NAME; ...@@ -1546,7 +1546,7 @@ const char *_PySys_ImplName = NAME;
#define STRIFY(name) QUOTE(name) #define STRIFY(name) QUOTE(name)
#define MAJOR STRIFY(PY_MAJOR_VERSION) #define MAJOR STRIFY(PY_MAJOR_VERSION)
#define MINOR STRIFY(PY_MINOR_VERSION) #define MINOR STRIFY(PY_MINOR_VERSION)
#define TAG NAME "-" MAJOR MINOR; #define TAG NAME "-" MAJOR MINOR
const char *_PySys_ImplCacheTag = TAG; const char *_PySys_ImplCacheTag = TAG;
#undef NAME #undef NAME
#undef QUOTE #undef QUOTE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment