summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 06:39:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 06:39:27 (GMT)
commitc370eb50ed9a97a37da7b5947f802024968fb6d0 (patch)
tree697553f5cac7a68a7f0e55de6e57f4b1d6f82239 /tools
parent8c3f25f44adbfa66cfa07f33604abe1b1cfdc588 (diff)
parentb8df44e69e283fac9c93c0f64a77f61780e11ada (diff)
downloadtcl-c370eb50ed9a97a37da7b5947f802024968fb6d0.zip
tcl-c370eb50ed9a97a37da7b5947f802024968fb6d0.tar.gz
tcl-c370eb50ed9a97a37da7b5947f802024968fb6d0.tar.bz2
fix genStubs.tcl
Diffstat (limited to 'tools')
-rw-r--r--tools/genStubs.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index 0a7b964..4eaa03d 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -300,7 +300,7 @@ proc genStubs::addPlatformGuard {plat iftxt {eltxt {}} {withCygwin 0}} {
if {$withCygwin} {
append text " && !defined(__CYGWIN__)"
}
- append text " && !defined(MAC_TCL)\
+ append text " && !defined(MAC_OSX_TCL)\
/* UNIX */\n${iftxt}"
if {$eltxt ne ""} {
append text "#else /* UNIX */\n${eltxt}"