aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixfixes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fixinc/fixfixes.c')
-rw-r--r--gcc/fixinc/fixfixes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixfixes.c b/gcc/fixinc/fixfixes.c
index e1fd36b..a30f7b7 100644
--- a/gcc/fixinc/fixfixes.c
+++ b/gcc/fixinc/fixfixes.c
@@ -82,7 +82,7 @@ typedef struct {
#define FIX_PROC_HEAD( fix ) \
-static t_fix_proc fix; /* avoid warning */ \
+static void fix PARAMS ((const char *, const char *, tFixDesc *)); /* avoid warning */ \
static void fix ( filname, text, p_fixd ) \
const char* filname; \
const char* text; \