Issue #21891: remove extraneous semicolon.

This commit is contained in:
Ned Deily 2014-06-30 23:31:14 -07:00
parent 8cefd08943
commit 529ea5d184
1 changed files with 1 additions and 1 deletions

View File

@ -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