From 4f33c88a51587681b7be1ae57cfbc43b627c6bc4 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 30 Jul 2012 19:11:16 +0200 Subject: import updated compilers from sources --- sys/src/cmd/postscript/tr2post/ps_include.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/postscript/tr2post/ps_include.c') diff --git a/sys/src/cmd/postscript/tr2post/ps_include.c b/sys/src/cmd/postscript/tr2post/ps_include.c index 27d020a3a..182ba2e34 100644 --- a/sys/src/cmd/postscript/tr2post/ps_include.c +++ b/sys/src/cmd/postscript/tr2post/ps_include.c @@ -11,7 +11,7 @@ extern int curfontsize; typedef struct {long start, end;} Section; static char *buf; -static +static void copy(Biobufhdr *fin, Biobufhdr *fout, Section *s) { int cond; if (s->end <= s->start) -- cgit v1.2.3