summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-10-28 21:14:11 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-10-28 21:14:11 (GMT)
commit6391de758d94624aefe9bbd2819816aff240c2ec (patch)
tree1ad9407bbbbcb660c22ecd568a9464cea20fcacf /library/dde
parentea432f9ed64a081a64f0865fb76793bfbb7d427a (diff)
downloadtcl-6391de758d94624aefe9bbd2819816aff240c2ec.zip
tcl-6391de758d94624aefe9bbd2819816aff240c2ec.tar.gz
tcl-6391de758d94624aefe9bbd2819816aff240c2ec.tar.bz2
* library/dde/pkgIndex.tcl:
* library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d) to the correct suffix (g).
Diffstat (limited to 'library/dde')
-rw-r--r--library/dde/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index f045ad8..9efa425 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,6 +1,6 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists tcl_platform(debug)]} {
- package ifneeded dde 1.2 [list load [file join $dir tcldde12d.dll] dde]
+ package ifneeded dde 1.2 [list load [file join $dir tcldde12g.dll] dde]
} else {
package ifneeded dde 1.2 [list load [file join $dir tcldde12.dll] dde]
}