diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 09:12:56 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-05 09:12:56 +0000 |
commit | 087cf8a61ebf46aba5ae18f8f829fe2102a41b0d (patch) | |
tree | 8c37376339758bfc64aa96f13de8864bcc53611b /gcc/genoutput.c | |
parent | 2d08016c6268fbfc6d71c20f30fb98214fe71c82 (diff) | |
download | gcc-087cf8a61ebf46aba5ae18f8f829fe2102a41b0d.tar.gz |
* genoutput.c (null_operand =): Initialize all fields.
* errors.h: Add extern to prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30410 138bc75d-0d04-0410-961f-82ee72b054a4
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 bc0ac4529b3..8e277ef1a90 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; |