I installed this:
2005-12-09 Paul Eggert <[EMAIL PROTECTED]>
* src/parse-gram.y: Fix minor problems uncovered by lint.
(current_lhs, current_lhs_location): Now static.
(current_assoc): Remove unused variable.
--- src/parse-gram.y 12 Oct 2005 10:15:12 -0000 1.62
+++ src/parse-gram.y 9 Dec 2005 22:22:11 -0000
@@ -53,9 +53,8 @@ static void add_param (char const *, cha
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;
%}