summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/heightparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:11:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:11:55 (GMT)
commit1c67d6f171b0c716a01ffcc04a697ac312cda953 (patch)
tree12c3192c2bda7ed0a2e71f342bdbbc837e0bb3d0 /ds9/parsers/heightparser.tac
parent124a095a782587ddc834d4a1f7636e5ecb8d6822 (diff)
downloadblt-1c67d6f171b0c716a01ffcc04a697ac312cda953.zip
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.gz
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/heightparser.tac')
-rw-r--r--ds9/parsers/heightparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/heightparser.tac b/ds9/parsers/heightparser.tac
index c9fdc5c..f3a49ce 100644
--- a/ds9/parsers/heightparser.tac
+++ b/ds9/parsers/heightparser.tac
@@ -14,7 +14,7 @@ command : height
| height {yyclearin; YYACCEPT} STRING_
;
-height : INT_ {CanvasCmdSet height $1 UpdateView}
+height : INT_ {ProcessCmdSet canvas height $1 UpdateView}
;
%%