]> git.saurik.com Git - bison.git/commitdiff
#Remove static from dummy().
authorJesse Thilo <jthilo@gnu.org>
Wed, 20 Jan 1999 22:56:40 +0000 (22:56 +0000)
committerJesse Thilo <jthilo@gnu.org>
Wed, 20 Jan 1999 22:56:40 +0000 (22:56 +0000)
src/gram.c

index 05dc665c3991e1e7967f084dfe81319d2bbfd8be..bf62d74ec53c2771da5b2336a2d7bcb71537415b 100644 (file)
@@ -53,7 +53,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.  */
 
-static void
+void
 dummy (void)
 {
 }