projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a759d9
)
Fix typo.
author
Martin v. Löwis
<martin@v.loewis.de>
Sat, 4 Jan 2003 08:54:59 +0000
(08:54 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Sat, 4 Jan 2003 08:54:59 +0000
(08:54 +0000)
Modules/_tkinter.c
patch
|
blob
|
history
diff --git
a/Modules/_tkinter.c
b/Modules/_tkinter.c
index 6ca6f17fd5ddb13b6ee6a560f926ac81faa15b9c..21d62b1dfa6e6b069ec394b51c070d0421e210fb 100644
(file)
--- a/
Modules/_tkinter.c
+++ b/
Modules/_tkinter.c
@@
-43,7
+43,7
@@
Copyright (C) 1994 Steen Lumholt.
#endif
#ifndef PyMODINIT_FUNC
-#define Py
Py
MODINIT_FUNC void
+#define PyMODINIT_FUNC void
#endif
/* Starting with Tcl 8.4, many APIs offer const-correctness. Unfortunately,