Fixed missing ; before }
authorceriel <none@none>
Thu, 16 May 1991 13:08:32 +0000 (13:08 +0000)
committerceriel <none@none>
Thu, 16 May 1991 13:08:32 +0000 (13:08 +0000)
util/ceg/as_parser/Makefile
util/ceg/as_parser/help.c

index 50139c2..72092df 100644 (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:
index bf29adf..4fb4b60 100644 (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