From 87da872c69757c80edaee126663ea141bae3d94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 9 Oct 2011 11:54:42 +0200 Subject: Drop extra semicolon. --- Include/unicodeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index f90e0bd..8fbad09 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -2050,7 +2050,7 @@ typedef struct _Py_Identifier { PyObject *object; } _Py_Identifier; -#define _Py_static_string(varname, value) static _Py_Identifier varname = { 0, value, 0 }; +#define _Py_static_string(varname, value) static _Py_Identifier varname = { 0, value, 0 } #define _Py_identifier(varname) _Py_static_string(PyId_##varname, #varname) /* Return an interned Unicode object for an Identifier; may fail if there is no memory.*/ -- cgit v0.12