mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
Use prototypes if the compiler understands them.
This commit is contained in:
@@ -52,7 +52,7 @@ int error_token_number;
|
||||
/* This is to avoid linker problems which occur on VMS when using GCC,
|
||||
when the file in question contains data definitions only. */
|
||||
|
||||
void
|
||||
dummy()
|
||||
static void
|
||||
dummy (void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user