]> andersk Git - moira.git/blob - util/imake.includes/oracle.awk
sync'ing files for RCS->CVS migration
[moira.git] / util / imake.includes / oracle.awk
1 BEGIN                           {state = 0}
2 $1=="#ifsql"&&$2=="ORACLE"      {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.132504 seconds and 5 git commands to generate.