]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
Use prototypes if the compiler understands them.
[bison.git] / src / gram.c
index cc1418d9db6d82e60efbf9b8a9cb7290c1c2e72a..6b487376faa14c0d23b0c3ebb4c39394f18cd6b1 100644 (file)
@@ -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)
 {
 }