summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/prefssendlex.fcl
blob: 19266fdaccf3b65df2c7125597055bdcbe26f6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#tab prefssendparser.tab.tcl

%{
%}

#include defs.fin

%%

bgcolor	    {return $BGCOLOR_}
bgcolour    {return $BGCOLOR_}
irafalign   {return $IRAFALIGN_}
nancolor    {return $NANCOLOR_}
nancolour   {return $NANCOLOR_}
precision   {return $PRECISION_}
threads	    {return $THREADS_}

#include ws.fin

%%