summaryrefslogtreecommitdiff
path: root/src/gram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gram.c')
-rw-r--r--src/gram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gram.c b/src/gram.c
index cc1418d9..6b487376 100644
--- a/src/gram.c
+++ b/src/gram.c
@@ -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)
{
}