summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-26 19:35:40 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-26 19:35:40 (GMT)
commitcc331f2250fee5b3aeebe8e527c9bf8efbe60f5d (patch)
tree5a4ed3bdb7ae48873ca5db479f8c35cadaad954b /ds9/library
parent15b9133717c58b412c94e55254ccd05d704e4458 (diff)
downloadblt-cc331f2250fee5b3aeebe8e527c9bf8efbe60f5d.zip
blt-cc331f2250fee5b3aeebe8e527c9bf8efbe60f5d.tar.gz
blt-cc331f2250fee5b3aeebe8e527c9bf8efbe60f5d.tar.bz2
disable new parser
Diffstat (limited to 'ds9/library')
-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 cf78a6b..7eb3603 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 {}