mirror of
https://github.com/python/cpython.git
synced 2025-01-23 01:32:36 +08:00
get rid of bogus name for init_tkinter()
This commit is contained in:
parent
0f6f812acb
commit
ad1f7eeb32
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user