mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +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
|
#define YYTYPE_UINT8 uint_fast8_t
|
||||||
}
|
}
|
||||||
|
|
||||||
%debug
|
|
||||||
%verbose
|
%verbose
|
||||||
%defines
|
%defines
|
||||||
%locations
|
%define locations
|
||||||
%pure-parser
|
%define api.pure
|
||||||
%define parse.error "verbose"
|
%define parse.error verbose
|
||||||
%define parse.lac full
|
%define parse.lac full
|
||||||
%name-prefix="gram_"
|
%define parse.trace
|
||||||
|
%name-prefix "gram_"
|
||||||
%expect 0
|
%expect 0
|
||||||
|
|
||||||
%initial-action
|
%initial-action
|
||||||
|
|||||||
Reference in New Issue
Block a user