commit | 6b26a06037d5ceacf2279f8c1f145521316037c9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Nov 05 18:09:56 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Nov 05 18:09:56 1999 +0000 |
tree | 865f85c916dd564547ae755485797bac0c20f1bb | |
parent | f941acda6007b1b0443b58169b067826389ce6cb [diff] |
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with 8.1.1). His approach doesn't work with Tcl/Tk 8.2, so I've placed it inside #if TKMAJORMINOR == 8001 and #endif. See also his patch for tkappinit.c.