summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Thilo <jthilo@gnu.org>1999-01-20 22:56:40 +0000
committerJesse Thilo <jthilo@gnu.org>1999-01-20 22:56:40 +0000
commitcbbe75051dc980b667faeb0cc3681c90bb62aa20 (patch)
treef5c749a17af1e30b90bf24a1e7b6ab005dc61ece
parent2686a6e713b2746ea8484850bdb51979ef520d94 (diff)
downloadbison-cbbe75051dc980b667faeb0cc3681c90bb62aa20.tar.gz
#Remove static from dummy().
-rw-r--r--src/gram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gram.c b/src/gram.c
index 05dc665c..bf62d74e 100644
--- a/src/gram.c
+++ b/src/gram.c
@@ -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)
{
}