summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-08 15:25:37 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-08 15:25:37 (GMT)
commitb0105444e28f5e20fab042549e1bfaa05e5e6c7b (patch)
treeb66029b372a5a8a125da0b6ffff8d457a00ead76 /Modules
parent9a61dc90e21b2cdf9e0d805991fa69e1eefa3953 (diff)
downloadcpython-b0105444e28f5e20fab042549e1bfaa05e5e6c7b.zip
cpython-b0105444e28f5e20fab042549e1bfaa05e5e6c7b.tar.gz
cpython-b0105444e28f5e20fab042549e1bfaa05e5e6c7b.tar.bz2
Mac does support createfilehandler now (Jack)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_tkinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 19ed4f8..593b057 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -68,7 +68,7 @@ PERFORMANCE OF THIS SOFTWARE.
#error "Tk 4.0 or 3.x are not supported -- use 4.1 or higher"
#endif
-#if TKMAJORMINOR < 8000 || !defined(MS_WINDOWS) && !defined(macintosh)
+#if TKMAJORMINOR < 8000 || !defined(MS_WINDOWS)
#define HAVE_CREATEFILEHANDLER
#endif