From f4e2ed09c9c0251b5df11c1f800b2f51f5815593 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 5 Nov 1999 10:12:56 +0100 Subject: genoutput.c (null_operand =): Initialize all fields. * genoutput.c (null_operand =): Initialize all fields. * errors.h: Add extern to prototypes. From-SVN: r30410 --- gcc/genoutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genoutput.c') diff --git a/gcc/genoutput.c b/gcc/genoutput.c index bc0ac45..8e277ef 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -140,7 +140,7 @@ struct operand_data static struct operand_data null_operand = { - 0, 0, "", "", VOIDmode, 0, 0, 0, 0 + 0, 0, "", "", VOIDmode, 0, 0, 0, 0, 0 }; static struct operand_data *odata = &null_operand; -- cgit v1.1