summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-25 16:13:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-25 16:13:55 (GMT)
commitba2e55da57918ca2d91334bc01e4183f391202fd (patch)
tree60377f679139e0faaafcf490e353d5782a961a22 /generic/tclLoad.c
parent5d945e860c40ef1dbdcfcff14829206954b3f202 (diff)
downloadtcl-ba2e55da57918ca2d91334bc01e4183f391202fd.zip
tcl-ba2e55da57918ca2d91334bc01e4183f391202fd.tar.gz
tcl-ba2e55da57918ca2d91334bc01e4183f391202fd.tar.bz2
typo
Diffstat (limited to 'generic/tclLoad.c')
-rw-r--r--generic/tclLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclLoad.c b/generic/tclLoad.c
index 9335437..cca5b7a 100644
--- a/generic/tclLoad.c
+++ b/generic/tclLoad.c
@@ -339,7 +339,7 @@ Tcl_LoadObjCmd(
}
#endif /* __CYGWIN__ */
if (((pkgGuess[0] == 't')
-#ifdef MAC_OS_TCL
+#ifdef MAC_OSX_TCL
|| (pkgGuess[0] == 'T')
#endif
) && (pkgGuess[1] == 'c')