diff options
Diffstat (limited to 'library/dde/pkgIndex.tcl')
-rw-r--r-- | library/dde/pkgIndex.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index 7b02b3e..1439711 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,3 +1,4 @@ +if {![package vsatisfies [package provide Tcl] 8]} {return} if {[info exists tcl_platform(debug)]} { package ifneeded dde 1.1 [list load [file join $dir tcldde84d.dll] dde] } else { |