mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
parser: style changes
* src/parse-gram.y: Avoid deprecated directives.
This commit is contained in:
@@ -86,14 +86,14 @@ static char const *char_name (char);
|
||||
#define YYTYPE_UINT8 uint_fast8_t
|
||||
}
|
||||
|
||||
%debug
|
||||
%verbose
|
||||
%defines
|
||||
%locations
|
||||
%pure-parser
|
||||
%define parse.error "verbose"
|
||||
%define locations
|
||||
%define api.pure
|
||||
%define parse.error verbose
|
||||
%define parse.lac full
|
||||
%name-prefix="gram_"
|
||||
%define parse.trace
|
||||
%name-prefix "gram_"
|
||||
%expect 0
|
||||
|
||||
%initial-action
|
||||
|
||||
Reference in New Issue
Block a user