From: Martin v. Löwis Date: Sat, 4 Jan 2003 08:54:59 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~2593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a57d9de076d255f5cf46816c07e79a8c9b76ec4;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 6ca6f17fd5dd..21d62b1dfa6e 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -43,7 +43,7 @@ Copyright (C) 1994 Steen Lumholt. #endif #ifndef PyMODINIT_FUNC -#define PyPyMODINIT_FUNC void +#define PyMODINIT_FUNC void #endif /* Starting with Tcl 8.4, many APIs offer const-correctness. Unfortunately,