diff options
Diffstat (limited to 'src/gram.c')
-rw-r--r-- | src/gram.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { } |