From cbbe75051dc980b667faeb0cc3681c90bb62aa20 Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Wed, 20 Jan 1999 22:56:40 +0000 Subject: [PATCH] #Remove static from dummy(). --- src/gram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.50.0