mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/parse-gram.y: Fix minor problems uncovered by lint.
(current_lhs, current_lhs_location): Now static. (current_assoc): Remove unused variable.
This commit is contained in:
@@ -53,9 +53,8 @@ static void add_param (char const *, char *, location);
|
||||
|
||||
static symbol_class current_class = unknown_sym;
|
||||
static uniqstr current_type = 0;
|
||||
symbol *current_lhs;
|
||||
location current_lhs_location;
|
||||
assoc current_assoc;
|
||||
static symbol *current_lhs;
|
||||
static location current_lhs_location;
|
||||
static int current_prec = 0;
|
||||
%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user