diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2000-02-23 18:30:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-02-23 18:30:27 +0000 |
commit | 211365c22c6f76bb6784719ddf4c4a4c422422c9 (patch) | |
tree | 41bed015206aaf9ad5e1992f36e9320b78a4132d /gcc | |
parent | bd7fc26f04fc4f8ca9bfc7f5348dae6f67268b7c (diff) | |
download | gcc-211365c22c6f76bb6784719ddf4c4a4c422422c9.zip gcc-211365c22c6f76bb6784719ddf4c4a4c422422c9.tar.gz gcc-211365c22c6f76bb6784719ddf4c4a4c422422c9.tar.bz2 |
oops - fixed typo in previous delta
From-SVN: r32119
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 182bb49..f50d167 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1641,7 +1641,7 @@ arm_comp_type_attributes (type1, type2) tree type1; tree type2; { - int l1, l2, s1, s2; + tree l1, l2, s1, s2; /* Check for mismatch of non-default calling convention. */ if (TREE_CODE (type1) != FUNCTION_TYPE) |