Diff
Not logged in

Differences From Artifact [90122df276]:

To Artifact [5730b66350]:


21
22
23
24
25
26
27


28
29
30
31
32
21
22
23
24
25


26
27
28
29
30
31
32





-
-
+
+





if {![package vsatisfies [package provide Tcl] 8.4]} then { 
  error "need Tcl 8.4 or higher" 
} 
 
# 
# NOTE: This script file uses features that are not available in Eagle (e.g. 
#       the "http" and "tls" packages). 
# NOTE: This script file uses features that are not available or not needed 
#       in Eagle (e.g. the "http" and "tls" packages, etc). 
# 
if {[catch {package present Eagle}] == 0} then { 
  error "need native Tcl" 
}