From: Paul Eggert Date: Sat, 30 Nov 2002 09:16:32 +0000 (+0000) Subject: (gram_error): Remove decl. X-Git-Tag: BISON-1_875~182 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d18f45311a8290ae86dd4a120f02c9d35c29970b?hp=93dd49ab29d96605ced5b23162ee772438637164 (gram_error): Remove decl. --- 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. */