diff options
author | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
commit | 0cb44acb3078b3a746417333705b21a73b567f9a (patch) | |
tree | ab05c1910b931e774ecdced77ef2426cf41793c9 /library/reg | |
parent | 4c8a9811534a3b4a2a4f18a8b336e32f09924f99 (diff) | |
download | tcl-0cb44acb3078b3a746417333705b21a73b567f9a.zip tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.gz tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.bz2 |
* README:
* generic/tcl.h:
* library/init.tcl:
* library/reg1.0/pkgIndex.tcl:
* library/tcltest1.0/tcltest.tcl:
* mac/README:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/README:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4: updated patchlevel to 8.4a1
Diffstat (limited to 'library/reg')
-rwxr-xr-x | library/reg/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl index d3e39dd..b32c71b 100755 --- a/library/reg/pkgIndex.tcl +++ b/library/reg/pkgIndex.tcl @@ -1,7 +1,7 @@ if {[info exists tcl_platform(debug)]} { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83d.dll] registry] + [list load [file join $dir tclreg84d.dll] registry] } else { package ifneeded registry 1.0 \ - [list load [file join $dir tclreg83.dll] registry] + [list load [file join $dir tclreg84.dll] registry] } |