From: Jesse Thilo Date: Wed, 20 Jan 1999 22:56:40 +0000 (+0000) Subject: #Remove static from dummy(). X-Git-Tag: GNU_1_26~3 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/cbbe75051dc980b667faeb0cc3681c90bb62aa20 #Remove static from dummy(). --- 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) { }