mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +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:
@@ -53,4 +53,4 @@ extern char *attrsfile;
|
||||
extern char *guardfile;
|
||||
extern char *actfile;
|
||||
|
||||
void done PARAMS((void));
|
||||
extern void done PARAMS((void));
|
||||
|
||||
Reference in New Issue
Block a user