mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
get rid of bogus name for init_tkinter()
This commit is contained in:
parent
0f6f812acb
commit
ad1f7eeb32
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue