Kaydet (Commit) ad1f7eeb authored tarafından Guido van Rossum's avatar Guido van Rossum

get rid of bogus name for init_tkinter()

üst 0f6f812a
...@@ -20,8 +20,6 @@ void GUSIwithSIOUXSockets (void); ...@@ -20,8 +20,6 @@ void GUSIwithSIOUXSockets (void);
#endif #endif
#endif #endif
#define PyInit__tkinter init_tkinter
#include <tcl.h> #include <tcl.h>
#include <tk.h> #include <tk.h>
...@@ -1228,7 +1226,7 @@ Tkinter_Cleanup () ...@@ -1228,7 +1226,7 @@ Tkinter_Cleanup ()
} }
void void
PyInit__tkinter () init_tkinter ()
{ {
static inited = 0; static inited = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment