mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
More explicit use of "const", "extern", and "static", particularly to
limit the scope of many local variables and functions.
This commit is contained in:
@@ -54,7 +54,6 @@ typedef
|
||||
bucket;
|
||||
|
||||
|
||||
extern bucket **symtab;
|
||||
extern bucket *firstsymbol;
|
||||
|
||||
extern bucket *getsym PARAMS((char *));
|
||||
extern bucket *getsym PARAMS((const char *));
|
||||
|
||||
Reference in New Issue
Block a user