summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-07-17 18:19:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-07-17 18:19:06 (GMT)
commit9f156481e9db5bca9d031ce1bbb00a72e5d1e69f (patch)
tree04a0b594dc641f16f13b9baff6dd28127b94e5a0 /ds9
parent41f87b98fef1d37f8ae8d70ed8c625e10aa6e5ed (diff)
downloadblt-9f156481e9db5bca9d031ce1bbb00a72e5d1e69f.zip
blt-9f156481e9db5bca9d031ce1bbb00a72e5d1e69f.tar.gz
blt-9f156481e9db5bca9d031ce1bbb00a72e5d1e69f.tar.bz2
update parser
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/command.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 986d657..a1196b8 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -57,6 +57,7 @@ proc ds9Cmd {argv} {
}
proc ProcessCommand {argv argc} {
+ if {0} {
YY_FLUSH_BUFFER
yy_scan_string $argv
yyparse
@@ -66,8 +67,8 @@ proc ProcessCommand {argv argc} {
FinishLoadPost
}
return
-
- if {0} {
+ }
+
global ds9
global pds9
global help
@@ -495,7 +496,6 @@ proc ProcessCommand {argv argc} {
if {$file(load) != 0} {
FinishLoadPost
}
- }
}
proc CommandLineFileName {item} {