summaryrefslogtreecommitdiffstats
path: root/library/dde1.1
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-20 01:30:19 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-20 01:30:19 (GMT)
commita10461dd388abea9a0e4f6fbdc45664f582368ff (patch)
tree19919ac6b35eee37554b245875994c9bb3df6434 /library/dde1.1
parent5de6b32d4d6ac6f28347d7744ab9e5a12099a87e (diff)
downloadtcl-a10461dd388abea9a0e4f6fbdc45664f582368ff.zip
tcl-a10461dd388abea9a0e4f6fbdc45664f582368ff.tar.gz
tcl-a10461dd388abea9a0e4f6fbdc45664f582368ff.tar.bz2
* library/dde1.1/pkgIndex.tcl:
* library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinThrd.c: converted CRLF to LF the */tcl.hpj.in files were not converted, as it confuses hcw locally. [Bug: 5096] * win/Makefile.in: expanded cleanup or help files * doc/Thread.3: minor macro cleanup FossilOrigin-Name: c818263820a105c3b8dd72ec347d711487c57a18
Diffstat (limited to 'library/dde1.1')
-rw-r--r--library/dde1.1/pkgIndex.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/dde1.1/pkgIndex.tcl b/library/dde1.1/pkgIndex.tcl
index 17f09e9..f818736 100644
--- a/library/dde1.1/pkgIndex.tcl
+++ b/library/dde1.1/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]
+}