freebsd-ports/lang/p2c/files/patch-out.c
Pawel Pekala 0fbec82b2e - Fix build with clang
- Add LICENSE
- Support staging

PR:		ports/184820
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:17:39 +00:00

11 lines
372 B
C

--- out.c.orig
+++ out.c
@@ -1194,7 +1194,7 @@
" seconds, %ld tries on line %d [251]", alts, outf_lnum);
note(outbuf);
} else if (verbose) {
- fprintf(logf, "%s, %d/%d: Line breaker spent %ld tries\n",
+ fprintf(p2c_logf, "%s, %d/%d: Line breaker spent %ld tries\n",
infname, inf_lnum, outf_lnum, alts);
}
if (testinglinebreaker)