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/tclDecls.h | |
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/tclDecls.h')
-rw-r--r-- | generic/tclDecls.h | 2 |
1 files changed, 1 insertions, 1 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 |