summaryrefslogtreecommitdiff
path: root/sys/src/cmd/postscript/tr2post/tr2post.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
commit4f33c88a51587681b7be1ae57cfbc43b627c6bc4 (patch)
tree25560404dc80007e5dc268811242c9071f6a1017 /sys/src/cmd/postscript/tr2post/tr2post.c
parentfcc5e75d07e5bc6cb3ddac6d9a437e7ec62d0d95 (diff)
import updated compilers from sources
Diffstat (limited to 'sys/src/cmd/postscript/tr2post/tr2post.c')
-rw-r--r--sys/src/cmd/postscript/tr2post/tr2post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/postscript/tr2post/tr2post.c b/sys/src/cmd/postscript/tr2post/tr2post.c
index 7965eff4a..a2a8686d1 100644
--- a/sys/src/cmd/postscript/tr2post/tr2post.c
+++ b/sys/src/cmd/postscript/tr2post/tr2post.c
@@ -95,6 +95,7 @@ cleanup(void) {
remove(tmpfilename);
}
+void
main(int argc, char *argv[]) {
Biobuf *binp;
Biobufhdr *Binp;