summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgb.c
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2013-04-29 12:31:11 (GMT)
committerhypnotoad <yoda@etoyoc.com>2013-04-29 12:31:11 (GMT)
commit7e98e681444fc1b49413624707b811aa45a5b6fa (patch)
tree9624a61058e7f648dd4d3e730572daf142b344c9 /unix/dltest/pkgb.c
parentf23f5f814767bd8ee631943d6a6840ed563e0dea (diff)
parent1d75b0eb9444d42e7399a40853deb8bb47a88e4d (diff)
downloadtcl-7e98e681444fc1b49413624707b811aa45a5b6fa.zip
tcl-7e98e681444fc1b49413624707b811aa45a5b6fa.tar.gz
tcl-7e98e681444fc1b49413624707b811aa45a5b6fa.tar.bz2
Bringing patch up to date with the latest trunkhypnotoad_prefer_native_8_6
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 ad61d77..f102496 100644
--- a/unix/dltest/pkgb.c
+++ b/unix/dltest/pkgb.c
@@ -144,7 +144,7 @@ Pkgb_Init(
if (Tcl_InitStubs(interp, "8.5-", 0) == NULL) {
return TCL_ERROR;
}
- code = Tcl_PkgProvideEx(interp, "Pkgb", "2.3", NULL);
+ code = Tcl_PkgProvide(interp, "Pkgb", "2.3");
if (code != TCL_OK) {
return code;
}
@@ -181,7 +181,7 @@ Pkgb_SafeInit(
if (Tcl_InitStubs(interp, "8.5-", 0) == NULL) {
return TCL_ERROR;
}
- code = Tcl_PkgProvideEx(interp, "Pkgb", "2.3", NULL);
+ code = Tcl_PkgProvide(interp, "Pkgb", "2.3");
if (code != TCL_OK) {
return code;
}