summaryrefslogtreecommitdiffstats
path: root/ds9/library/command.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-21 22:38:27 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-21 22:38:27 (GMT)
commit57b722d8c9bf114c388f04ab2aff701eabc2f51a (patch)
treed7971a9fcc050517d9ff9807e8cba689ed50ba47 /ds9/library/command.tcl
parent153a27ec318140d33f3b7b4ac7283cc07701a89c (diff)
downloadblt-57b722d8c9bf114c388f04ab2aff701eabc2f51a.zip
blt-57b722d8c9bf114c388f04ab2aff701eabc2f51a.tar.gz
blt-57b722d8c9bf114c388f04ab2aff701eabc2f51a.tar.bz2
add namespace
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r--ds9/library/command.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index d728953..b6f4f77 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -99,7 +99,7 @@ proc ProcessCommand {argv argc} {
-foo {
yy::YY_FLUSH_BUFFER
yy::yy_scan_string $argv
- yyparse
+ yy::yyparse
set argc 0
}
-- {set noopts 1}