summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-07 15:03:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-07 15:03:54 (GMT)
commit32be1a48c26699dc2ab8260b7b507d64c2851245 (patch)
tree1d3fbe745933030336250e1f95d30001c0811446 /generic/tclIntPlatDecls.h
parentad31fb2e763bebd5044b47a51b8c0b97fd379f55 (diff)
downloadtcl-32be1a48c26699dc2ab8260b7b507d64c2851245.zip
tcl-32be1a48c26699dc2ab8260b7b507d64c2851245.tar.gz
tcl-32be1a48c26699dc2ab8260b7b507d64c2851245.tar.bz2
TCL_USE_STUBS -> USE_TCL_STUBS (typo)
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index 77c116a..c935302 100644
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -739,7 +739,7 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr;
#undef TclpGmtime_unix
#undef TclWinConvertWSAError
#define TclWinConvertWSAError TclWinConvertError
-#if !defined(TCL_USE_STUBS) && !defined(TCL_NO_DEPRECATED) && TCL_MAJOR_VERSION < 9
+#if !defined(USE_TCL_STUBS) && !defined(TCL_NO_DEPRECATED) && TCL_MAJOR_VERSION < 9
# undef TclWinConvertError
# define TclWinConvertError Tcl_WinConvertError
#endif