From d18f45311a8290ae86dd4a120f02c9d35c29970b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 30 Nov 2002 09:16:32 +0000 Subject: [PATCH] (gram_error): Remove decl. --- src/reader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reader.h b/src/reader.h index 02e04730..24816c9f 100644 --- a/src/reader.h +++ b/src/reader.h @@ -45,7 +45,6 @@ YY_DECL; /* From the parser. */ extern int gram_debug; -void gram_error (location_t const *loc, char const *msg); int gram_parse (void); /* The sort of braced code we are in. */ -- 2.45.2