mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
Fix --enable-gcc-warnings.
* src/parse-gram.y (%printer <param>): Handle param_none.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-09-10 Joel E. Denny <jdenny@clemson.edu>
|
||||||
|
|
||||||
|
Fix --enable-gcc-warnings.
|
||||||
|
* src/parse-gram.y (%printer <param>): Handle param_none.
|
||||||
|
|
||||||
2009-09-09 Akim Demaille <demaille@gostai.com>
|
2009-09-09 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
lalr1.cc: syntax_error as exceptions.
|
lalr1.cc: syntax_error as exceptions.
|
||||||
|
|||||||
401
src/parse-gram.c
401
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.4.403-43f2. */
|
/* A Bison parser, made by GNU Bison 2.4.404-c6ab. */
|
||||||
|
|
||||||
/* Interface for Bison's Yacc-like parsers in C
|
/* Interface for Bison's Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
@@ -236,6 +236,7 @@ static char const *char_name (char);
|
|||||||
CASE(parse, parse-param);
|
CASE(parse, parse-param);
|
||||||
CASE(both, param);
|
CASE(both, param);
|
||||||
#undef CASE
|
#undef CASE
|
||||||
|
case param_none: aver (false); break;
|
||||||
}
|
}
|
||||||
} <param>;
|
} <param>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user