From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/common/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/postscript/common/getopt.c') diff --git a/src/cmd/postscript/common/getopt.c b/src/cmd/postscript/common/getopt.c index cf6619f7..e348cb2f 100644 --- a/src/cmd/postscript/common/getopt.c +++ b/src/cmd/postscript/common/getopt.c @@ -15,7 +15,7 @@ getopt (argc, argv, opts) char **argv, *opts; { static int sp = 1; - register c; + register int c; register char *cp; if (sp == 1) -- cgit v1.2.3