Fix in tes mechanism: CAL and CAI
authorceriel <none@none>
Tue, 12 Jan 1993 15:48:39 +0000 (15:48 +0000)
committerceriel <none@none>
Tue, 12 Jan 1993 15:48:39 +0000 (15:48 +0000)
util/opt/pop_push.awk

index e8d969c..1dfb33d 100644 (file)
@@ -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