]> andersk Git - moira.git/blame - util/imake.includes/informix.awk
Fix another freeing-memory-we-didn't-malloc bug in AddMachine. This
[moira.git] / util / imake.includes / informix.awk
CommitLineData
d1b2a10e 1BEGIN {state = 0}
2$1=="#ifsql"&&$2=="INFORMIX" {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}
6state==1 {printf("\n"); next}
7state==0
This page took 0.048392 seconds and 5 git commands to generate.