summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pagesetupsendlex.fcl
blob: 545583489505f5747448c8e96ebb625119e5a573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#tab pagesetupsendparser.tab.tcl

%{
%}

#include defs.fin

%%

orient	    {return $ORIENT_}
scale	    {return $SCALE_}
size	    {return $SIZE_}

#include ws.fin

%%