Fix in tes mechanism: CAL and CAI

This commit is contained in:
ceriel 1993-01-12 15:48:39 +00:00
parent 5f7f7bf194
commit fd0bc5d531

View file

@ -6,7 +6,7 @@ BEGIN { print "#include \"pop_push.h\""
} }
/aar/ { switch = NR } /aar/ { switch = NR }
{ if (switch) { { if (switch) {
if ($1 == "cal" || $1 == "cai") $3 = "?" if ($1 == "cal" || $1 == "cai") $3 = "-?"
printf("/* %s */ \"%s\",\n",$1,$3) printf("/* %s */ \"%s\",\n",$1,$3)
col_2[NR-switch] = $2 col_2[NR-switch] = $2
comment[NR-switch] = $1 comment[NR-switch] = $1