summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-16 07:55:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-16 07:55:01 (GMT)
commitc4a93adc022597d6e76b6e6a6884e70dbe7dacc0 (patch)
tree3f89bd5dca73e77df6c2fe4cf762b9d2eca08844 /generic/tclEncoding.c
parente6099d8af5c75e3ef3d6abcdc22414fd5ac46eeb (diff)
downloadtcl-novem_reduced_symbol_export.zip
tcl-novem_reduced_symbol_export.tar.gz
tcl-novem_reduced_symbol_export.tar.bz2
improve compatibility with initsubsystems branchnovem_reduced_symbol_export
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 8a31437..2e8fbc3 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -1366,7 +1366,7 @@ Tcl_UtfToExternal(
MODULE_SCOPE const TclStubs tclStubs;
const TclStubInfoType tclStubInfo = {
- TCL_PATCH_LEVEL, &tclStubs
+ &tclStubs, TCL_PATCH_LEVEL
};
#undef Tcl_FindExecutable