summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-29 10:30:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-29 10:30:41 (GMT)
commitcdb467ed6129f23bc867e6169352010e458bdc60 (patch)
tree6cb658cc2ffa0caa2dda0d9471a29b058f21e120 /win/tclWinReg.c
parent191fa0458a0d2c822b73cbfb8c63752461ac9ce5 (diff)
downloadtcl-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 'win/tclWinReg.c')
-rw-r--r--win/tclWinReg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinReg.c b/win/tclWinReg.c
index 16a0d3d..cd4ab33 100644
--- a/win/tclWinReg.c
+++ b/win/tclWinReg.c
@@ -184,7 +184,7 @@ Registry_Init(
{
Tcl_Command cmd;
- if (Tcl_InitStubs(interp, "8.5", 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.5-", 0) == NULL) {
return TCL_ERROR;
}