]> andersk Git - moira.git/blob - gen/ingres.awk
9426e28347c1833c22c3c382ffea3f1fd7e41021
[moira.git] / gen / ingres.awk
1 BEGIN                           {state = 0}
2 $1=="#ifsql"&&$2=="INGRES"      {state = 0; printf("\n"); next}
3 $1=="#ifsql"                    {state = 1; printf("\n"); next}
4 $1=="#elsesql"                  {state = 1-state; printf("\n"); next}
5 $1=="#endsql"                   {state = 0; printf("\n"); next}
6 state==1                        {printf("\n"); next}
7 state==0
This page took 0.024018 seconds and 3 git commands to generate.