]> andersk Git - moira.git/commitdiff
add type i1
authormar <mar>
Tue, 10 May 1988 11:51:28 +0000 (11:51 +0000)
committermar <mar>
Tue, 10 May 1988 11:51:28 +0000 (11:51 +0000)
backup/db2bkup.awk
backup/db2rest.awk

index 6890cb3a9a552cfdde213915ea4798ca38431c48..4dfef50f9cfbebac46cd739dcc245f1327a1d7eb 100644 (file)
@@ -26,7 +26,7 @@ BEGIN { print "/* This file automatically generated */";
 $2 ~ /\=/ {
        vname[count] = $1; 
        printf "/* %s */\n", $0
-       if ($3 ~ /i[24]/) {
+       if ($3 ~ /i[124]/) {
                printf "##      int     t_%s;\n", vname[count]
                vtype[count]="int"
        } else if ($3 ~ /text\([0-9]*\)/) {
index 5cf4293e192559a2ff07f0e3c597d548bc1ddb1e..009068e912a0b3c93452ec0dfb189bdc11102770 100644 (file)
@@ -26,7 +26,7 @@ BEGIN { print "/* This file automatically generated */";
 $2 ~ /\=/ {
        vname[count] = $1; 
        printf "/* %s */\n", $0
-       if ($3 ~ /i[24]/) {
+       if ($3 ~ /i[124]/) {
                printf "##      int     t_%s;\n", vname[count]
                vtype[count]="int"
        } else if ($3 ~ /text\([0-9]*\)/) {
This page took 0.878956 seconds and 5 git commands to generate.