mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
build: restore C90 compatibility
* src/parse-gram.y, src/parse-gram.c: Don't use // comments.
This commit is contained in:
@@ -119,7 +119,7 @@ static void version_check (location const *loc, char const *version);
|
||||
|
||||
static void gram_error (location const *, char const *);
|
||||
|
||||
/// A string that describes a char (e.g., 'a' -> "'a'").
|
||||
/* A string that describes a char (e.g., 'a' -> "'a'"). */
|
||||
static char const *char_name (char);
|
||||
|
||||
#line 126 "src/parse-gram.c" /* yacc.c:357 */
|
||||
|
||||
Reference in New Issue
Block a user