diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-07 15:03:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-07 15:03:54 (GMT) |
commit | 32be1a48c26699dc2ab8260b7b507d64c2851245 (patch) | |
tree | 1d3fbe745933030336250e1f95d30001c0811446 /generic | |
parent | ad31fb2e763bebd5044b47a51b8c0b97fd379f55 (diff) | |
download | tcl-32be1a48c26699dc2ab8260b7b507d64c2851245.zip tcl-32be1a48c26699dc2ab8260b7b507d64c2851245.tar.gz tcl-32be1a48c26699dc2ab8260b7b507d64c2851245.tar.bz2 |
TCL_USE_STUBS -> USE_TCL_STUBS (typo)
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclDecls.h | 2 | ||||
-rw-r--r-- | generic/tclIntPlatDecls.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h index b67d3a8..05c700e 100644 --- a/generic/tclDecls.h +++ b/generic/tclDecls.h @@ -4262,7 +4262,7 @@ extern const TclStubs *tclStubsPtr; # define Tcl_GetMaster Tcl_GetParent #endif -#ifdef TCL_USE_STUBS +#ifdef USE_TCL_STUBS /* Protect those 10 functions, being usable through the stub table */ # undef TclGetStringFromObj # undef TclGetBytesFromObj 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 |