Fixed missing ; before }

This commit is contained in:
ceriel 1991-05-16 13:08:32 +00:00
parent f4757c8370
commit 094b1d0742
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -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