diff options
author | Andreas Jaeger <aj@suse.de> | 1999-11-05 10:12:56 +0100 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-05 02:12:56 -0700 |
commit | f4e2ed09c9c0251b5df11c1f800b2f51f5815593 (patch) | |
tree | 8c37376339758bfc64aa96f13de8864bcc53611b /gcc/genoutput.c | |
parent | 016cebc3e840686b2e777a6f2ffac7d9ea93edf1 (diff) | |
download | gcc-f4e2ed09c9c0251b5df11c1f800b2f51f5815593.zip gcc-f4e2ed09c9c0251b5df11c1f800b2f51f5815593.tar.gz gcc-f4e2ed09c9c0251b5df11c1f800b2f51f5815593.tar.bz2 |
genoutput.c (null_operand =): Initialize all fields.
* genoutput.c (null_operand =): Initialize all fields.
* errors.h: Add extern to prototypes.
From-SVN: r30410
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |