summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkga.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/pkga.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/pkga.c')
-rw-r--r--unix/dltest/pkga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c
index c4d3f32..901f4c9 100644
--- a/unix/dltest/pkga.c
+++ b/unix/dltest/pkga.c
@@ -131,7 +131,7 @@ Pkga_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, "Pkga", "1.0");