]> granicus.if.org Git - python/commitdiff
get rid of bogus name for init_tkinter()
authorGuido van Rossum <guido@python.org>
Tue, 13 Feb 1996 00:11:37 +0000 (00:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Feb 1996 00:11:37 +0000 (00:11 +0000)
Modules/_tkinter.c

index 0108795e6c93808f3212405ffb31f5f7bcbd616b..4e595b36469bad5a314cfec6fc9599b5a2fc1c81 100644 (file)
@@ -20,8 +20,6 @@ void          GUSIwithSIOUXSockets (void);
 #endif
 #endif
 
-#define PyInit__tkinter init_tkinter
-
 #include <tcl.h>
 #include <tk.h>
 
@@ -1228,7 +1226,7 @@ Tkinter_Cleanup ()
 }
 
 void
-PyInit__tkinter ()
+init_tkinter ()
 {
   static inited = 0;