From f8fd2aa27382d782eb91f1ea0508122a5e0dedfd Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 16 Jun 1997 13:07:37 +0000 Subject: [PATCH] Removed superfluous ; --- util/LLgen/src/savegram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/LLgen/src/savegram.c b/util/LLgen/src/savegram.c index 0addd4c31..d1b6a57ec 100644 --- a/util/LLgen/src/savegram.c +++ b/util/LLgen/src/savegram.c @@ -58,7 +58,7 @@ static struct subparse_list { /* Index in t_list */ static int t_list_index; -/* Index in subparse_list */; +/* Index in subparse_list */ static int sub_list_index; /* File to save grammar to */