get rid of bogus name for init_tkinter()

This commit is contained in:
Guido van Rossum 1996-02-13 00:11:37 +00:00
parent 0f6f812acb
commit ad1f7eeb32

View 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;