summaryrefslogtreecommitdiff
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 ccf91778454..1dfa5a7ce28 100644
--- a/gcc/fixinc/fixfixes.c
+++ b/gcc/fixinc/fixfixes.c
@@ -75,7 +75,7 @@ typedef struct {
#define FIX_PROC_HEAD( fix ) \
static void fix ( filname, text, p_fixd ) \
const char* filname; \
- static char* text; \
+ const char* text; \
tFixDesc* p_fixd;