summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgb.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-05 14:21:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-05 14:21:55 (GMT)
commite102f7d0ca92adc41edb8c7a0625c0c9976e215d (patch)
tree11a9323f8f77883c870bdebdd38ef81b5dcb5e96 /unix/dltest/pkgb.c
parent06d38df148ae4415dd9b1ed7afff6d74a5482345 (diff)
parentb1e66e34704ff978d2dbacea83cc81ae8650a6d0 (diff)
downloadtcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.zip
tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.tar.gz
tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.tar.bz2
merge trunk
Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes.
Diffstat (limited to 'unix/dltest/pkgb.c')
-rw-r--r--unix/dltest/pkgb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/dltest/pkgb.c b/unix/dltest/pkgb.c
index fe0d365..b00d4e5 100644
--- a/unix/dltest/pkgb.c
+++ b/unix/dltest/pkgb.c
@@ -121,7 +121,7 @@ Pkgb_Init(
{
int code;
- if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.6-", 0) == NULL) {
return TCL_ERROR;
}
code = Tcl_PkgProvide(interp, "Pkgb", "2.3");
@@ -158,7 +158,7 @@ Pkgb_SafeInit(
{
int code;
- if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.6-", 0) == NULL) {
return TCL_ERROR;
}
code = Tcl_PkgProvide(interp, "Pkgb", "2.3");