diff options
Diffstat (limited to 'library/dde')
-rw-r--r-- | library/dde/pkgIndex.tcl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index 17f09e9..f818736 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,5 +1,5 @@ -if {[info exists tcl_platform(debug)]} {
- package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
-} else {
- package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde]
-}
+if {[info exists tcl_platform(debug)]} { + package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde] +} else { + package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde] +} |