diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-29 10:30:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-29 10:30:41 (GMT) |
commit | cdb467ed6129f23bc867e6169352010e458bdc60 (patch) | |
tree | 6cb658cc2ffa0caa2dda0d9471a29b058f21e120 /unix/dltest/pkge.c | |
parent | 191fa0458a0d2c822b73cbfb8c63752461ac9ce5 (diff) | |
download | tcl-cdb467ed6129f23bc867e6169352010e458bdc60.zip tcl-cdb467ed6129f23bc867e6169352010e458bdc60.tar.gz tcl-cdb467ed6129f23bc867e6169352010e458bdc60.tar.bz2 |
Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be compiled for Tcl 9.0 as well.
Diffstat (limited to 'unix/dltest/pkge.c')
-rw-r--r-- | unix/dltest/pkge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c index 9120538..f46ca74 100644 --- a/unix/dltest/pkge.c +++ b/unix/dltest/pkge.c @@ -38,7 +38,7 @@ Pkge_Init( { static const char script[] = "if 44 {open non_existent}"; - if (Tcl_InitStubs(interp, "8.5", 0) == NULL) { + if (Tcl_InitStubs(interp, "8.5-", 0) == NULL) { return TCL_ERROR; } return Tcl_EvalEx(interp, script, -1, 0); |