From: ceriel Date: Tue, 12 Jan 1993 15:48:39 +0000 (+0000) Subject: Fix in tes mechanism: CAL and CAI X-Git-Tag: release-5-5~362 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fd0bc5d53182cdb61fc8c0b05027915b3b1d8fa0;p=ack.git Fix in tes mechanism: CAL and CAI --- diff --git a/util/opt/pop_push.awk b/util/opt/pop_push.awk index e8d969c46..1dfb33d19 100644 --- a/util/opt/pop_push.awk +++ b/util/opt/pop_push.awk @@ -6,7 +6,7 @@ BEGIN { print "#include \"pop_push.h\"" } /aar/ { switch = NR } { if (switch) { - if ($1 == "cal" || $1 == "cai") $3 = "?" + if ($1 == "cal" || $1 == "cai") $3 = "-?" printf("/* %s */ \"%s\",\n",$1,$3) col_2[NR-switch] = $2 comment[NR-switch] = $1