mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53: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:
@@ -31,8 +31,8 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
char *nullable;
|
||||
|
||||
void free_nullable PARAMS((void));
|
||||
void set_nullable PARAMS((void));
|
||||
extern void free_nullable PARAMS((void));
|
||||
extern void set_nullable PARAMS((void));
|
||||
|
||||
void
|
||||
set_nullable (void)
|
||||
|
||||
Reference in New Issue
Block a user