From b0b814befdf277a6360ce3c71be11ee328b2f912 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Sep 1991 10:16:06 +0000 Subject: [PATCH] Forgot next.c --- util/grind/proto.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grind/proto.make b/util/grind/proto.make index 33b34bcd2..501478b6d 100644 --- a/util/grind/proto.make +++ b/util/grind/proto.make @@ -34,7 +34,7 @@ SRC_C = \ $(SRC_DIR)/pascal.c \ $(SRC_DIR)/c.c GEN_C = db_symtab.c commands.c Lpars.c DBSpars.c avl.c scope.c itemlist.c \ - langdep.c ops.c chtab.c symbol2str.c + langdep.c ops.c chtab.c symbol2str.c next.c CFILES= $(SRC_C) $(GEN_C) SRC_H = \ -- 2.34.1