summaryrefslogtreecommitdiffstats
path: root/ds9/library/source.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-23 19:27:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-23 19:27:47 (GMT)
commitd6c3ee821cffa1719a2b730337ad67abe9b7e593 (patch)
treefe587021df801a03c2b30f2a2e296744f571cb3c /ds9/library/source.tcl
parenta5f2cd50b9abc36ededa34e3982064e5f7f07829 (diff)
downloadblt-d6c3ee821cffa1719a2b730337ad67abe9b7e593.zip
blt-d6c3ee821cffa1719a2b730337ad67abe9b7e593.tar.gz
blt-d6c3ee821cffa1719a2b730337ad67abe9b7e593.tar.bz2
new parser
Diffstat (limited to 'ds9/library/source.tcl')
-rw-r--r--ds9/library/source.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/source.tcl b/ds9/library/source.tcl
index 7eb3603..cf78a6b 100644
--- a/ds9/library/source.tcl
+++ b/ds9/library/source.tcl
@@ -187,8 +187,8 @@ source $ds9(root)/library/wcs.tcl
source $ds9(root)/library/xmfbox.tcl
source $ds9(root)/library/xmlrpc.tcl
source $ds9(root)/library/xpa.tcl
-#source $ds9(root)/library/lex.tcl
-#source $ds9(root)/library/parser.tcl
+source $ds9(root)/library/lex.tcl
+source $ds9(root)/library/parser.tcl
switch [tk windowingsystem] {
x11 {}