]> andersk Git - moira.git/blobdiff - util/imake.includes/oracle.awk
sync'ing files for RCS->CVS migration
[moira.git] / util / imake.includes / oracle.awk
diff --git a/util/imake.includes/oracle.awk b/util/imake.includes/oracle.awk
new file mode 100644 (file)
index 0000000..c341f30
--- /dev/null
@@ -0,0 +1,7 @@
+BEGIN                          {state = 0}
+$1=="#ifsql"&&$2=="ORACLE"     {state = 0; printf("\n"); next}
+$1=="#ifsql"                   {state = 1; printf("\n"); next}
+$1=="#elsesql"                 {state = 1-state; printf("\n"); next}
+$1=="#endsql"                  {state = 0; printf("\n"); next}
+state==1                       {printf("\n"); next}
+state==0
This page took 0.109477 seconds and 4 git commands to generate.