aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/genoutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index 3fc76ce..88858ed 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -242,7 +242,7 @@ output_epilogue ()
int offset = 0;
int next;
char * last_name = 0;
- char * next_name;
+ char * next_name = 0;
register struct data *n;
for (n = insn_data, next = 1; n; n = n->next, next++)