Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / p2c / patches / patch-out_c
blobe964c8fd506ebcb882fec1b17bb35ab20ec9ba3d
1 $NetBSD$
3 - fix symbol conflict with logf (from math.h)
5 --- out.c~      1991-04-24 20:30:39.000000000 +0000
6 +++ out.c
7 @@ -1136,7 +1136,7 @@ register char *msg;
8                             " seconds, %ld tries on line %d [251]", alts, outf_lnum);
9                     note(outbuf);
10                 } else if (verbose) {
11 -                   fprintf(logf, "%s, %d/%d: Line breaker spent %ld tries\n",
12 +                   fprintf(loggf, "%s, %d/%d: Line breaker spent %ld tries\n",
13                             infname, inf_lnum, outf_lnum, alts);
14                 }
15                 if (testinglinebreaker)