summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pagesetupparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/pagesetupparser.tac')
-rw-r--r--ds9/parsers/pagesetupparser.tac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/parsers/pagesetupparser.tac b/ds9/parsers/pagesetupparser.tac
index 5025c00..3813800 100644
--- a/ds9/parsers/pagesetupparser.tac
+++ b/ds9/parsers/pagesetupparser.tac
@@ -27,9 +27,9 @@ command : pagesetup
| pagesetup {yyclearin; YYACCEPT} STRING_
;
-pagesetup : ORIENT_ orient {PSCmdSet orient $2}
- | SCALE_ numeric {PSCmdSet scale $2}
- | SIZE_ size {PSCmdSet size $2}
+pagesetup : ORIENT_ orient {ProcessCmdSet ps orient $2}
+ | SCALE_ numeric {ProcessCmdSet ps scale $2}
+ | SIZE_ size {ProcessCmdSet ps size $2}
;
orient : PORTRAIT_ {set _ portrait}