summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/psparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 22:29:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 22:29:16 (GMT)
commit5a332c5a21c4f8613cc2c5e407bf6e46f4827818 (patch)
treed1d413c03cbaf790d79f1075cd4e3a4b65b42eec /ds9/parsers/psparser.tac
parent50f1824860159ebdb3896e14647a4562edf658d2 (diff)
downloadblt-5a332c5a21c4f8613cc2c5e407bf6e46f4827818.zip
blt-5a332c5a21c4f8613cc2c5e407bf6e46f4827818.tar.gz
blt-5a332c5a21c4f8613cc2c5e407bf6e46f4827818.tar.bz2
hot fix
Diffstat (limited to 'ds9/parsers/psparser.tac')
-rw-r--r--ds9/parsers/psparser.tac6
1 files changed, 6 insertions, 0 deletions
diff --git a/ds9/parsers/psparser.tac b/ds9/parsers/psparser.tac
index aca229c..6bd877c 100644
--- a/ds9/parsers/psparser.tac
+++ b/ds9/parsers/psparser.tac
@@ -30,6 +30,9 @@
%token 600_
%token 1200_
+%token 53_
+%token 75_
+
%%
command : ps
@@ -70,6 +73,9 @@ resolution : 72_ {set _ 72}
| 300_ {set _ 300}
| 600_ {set _ 600}
| 1200_ {set _ 1200}
+#backward compatibility
+ | 53_ {set _ 53}
+ | 75_ {set _ 75}
;
%%