summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:49:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 20:49:54 (GMT)
commitee0c9f405c9ccbf762b2a9ebce4879683e00b801 (patch)
treebe424737e6ea696faa223d7281ea48fd504443f1 /ds9/parsers
parent3e121d75852a441cb087ae5225fe9ef7d363173b (diff)
downloadblt-ee0c9f405c9ccbf762b2a9ebce4879683e00b801.zip
blt-ee0c9f405c9ccbf762b2a9ebce4879683e00b801.tar.gz
blt-ee0c9f405c9ccbf762b2a9ebce4879683e00b801.tar.bz2
update parsers
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/preservesendparser.tac7
1 files changed, 4 insertions, 3 deletions
diff --git a/ds9/parsers/preservesendparser.tac b/ds9/parsers/preservesendparser.tac
index b1576f0..cad159e 100644
--- a/ds9/parsers/preservesendparser.tac
+++ b/ds9/parsers/preservesendparser.tac
@@ -9,10 +9,11 @@
%%
-preservesend : SCALE_ {ProcessSendCmdTxt "no"}
- | PAN_ {ProcessSendCmdYesNo panzoom preserve}
+preservesend : PAN_ {ProcessSendCmdYesNo panzoom preserve}
| REGIONS_ {ProcessSendCmdYesNo marker preserve}
- ;
+# backward compatibility
+ | SCALE_ {ProcessSendCmdTxt "no"}
+;
%%