From: ceriel Date: Thu, 16 May 1991 13:08:32 +0000 (+0000) Subject: Fixed missing ; before } X-Git-Tag: release-5-5~1117 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=094b1d07426a54c377b87c30f250e8236943bf7a;p=ack.git Fixed missing ; before } --- diff --git a/util/ceg/as_parser/Makefile b/util/ceg/as_parser/Makefile index 50139c2e7..72092df27 100644 --- a/util/ceg/as_parser/Makefile +++ b/util/ceg/as_parser/Makefile @@ -18,7 +18,6 @@ LEXLIB = -ll all: as_parser eval/eval as_parser: dummy $(OFILES) - make $(OFILES) $(CC) -o as_parser $(OFILES) $(LIBS) $(LEXLIB) eval/eval: diff --git a/util/ceg/as_parser/help.c b/util/ceg/as_parser/help.c index bf29adf90..4fb4b608e 100644 --- a/util/ceg/as_parser/help.c +++ b/util/ceg/as_parser/help.c @@ -6,7 +6,7 @@ extern char *strindex(); -static struct Op_info { char *name, *type} +static struct Op_info { char *name, *type; } op_info[ MAX_OPERANDS] = { { 0, 0}}; static int n_ops = 0; /* Number of opertands of current