summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-04 09:46:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-04 09:46:33 (GMT)
commit31a63a324730e472c2fbf41d844e2a1e915e1a0e (patch)
tree28c2c4e5c090d7573e05b5c0b31e552bb9aedbd3 /library/dde
parent225b4e7cc0a542aea1997329ec38dc9f65e92bbb (diff)
downloadtcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.zip
tcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.tar.gz
tcl-31a63a324730e472c2fbf41d844e2a1e915e1a0e.tar.bz2
Death to DBGX
Diffstat (limited to 'library/dde')
-rw-r--r--library/dde/pkgIndex.tcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 16f47f8..f523a41 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,7 +1,3 @@
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
-if {[::tcl::pkgconfig get debug]} {
- package ifneeded dde 1.4.2 [list load [file join $dir tcldde14g.dll] dde]
-} else {
- package ifneeded dde 1.4.2 [list load [file join $dir tcldde14.dll] dde]
-}
+package ifneeded dde 1.4.2 [list load [file join $dir tcldde14.dll] dde]