summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/widthparser.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/widthparser.tac
parent124a095a782587ddc834d4a1f7636e5ecb8d6822 (diff)
downloadblt-1c67d6f171b0c716a01ffcc04a697ac312cda953.zip
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.gz
blt-1c67d6f171b0c716a01ffcc04a697ac312cda953.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/widthparser.tac')
-rw-r--r--ds9/parsers/widthparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/widthparser.tac b/ds9/parsers/widthparser.tac
index b7d03df..8fe7cfe 100644
--- a/ds9/parsers/widthparser.tac
+++ b/ds9/parsers/widthparser.tac
@@ -14,7 +14,7 @@ command : width
| width {yyclearin; YYACCEPT} STRING_
;
-width : INT_ {CanvasCmdSet width $1 UpdateView}
+width : INT_ {ProcessCmdSet canvas width $1 UpdateView}
;
%%