summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 06:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-25 06:42:07 (GMT)
commit0fcdae7d518063b980e296f2e1dfec4dddd08514 (patch)
tree8d95c6dbb0254533b80c621653e56e99041fb2b9 /tools
parent25419dcfb8439a697f17ce50bd0bf39af2d3913a (diff)
parentc370eb50ed9a97a37da7b5947f802024968fb6d0 (diff)
downloadtcl-0fcdae7d518063b980e296f2e1dfec4dddd08514.zip
tcl-0fcdae7d518063b980e296f2e1dfec4dddd08514.tar.gz
tcl-0fcdae7d518063b980e296f2e1dfec4dddd08514.tar.bz2
fix genStubs.tcl for OSX
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 abfc93e..dea63e6 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -298,7 +298,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}"