From: Nick Clifton Date: Wed, 23 Feb 2000 18:30:27 +0000 (+0000) Subject: oops - fixed typo in previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=211365c22c6f76bb6784719ddf4c4a4c422422c9;p=gcc.git oops - fixed typo in previous delta From-SVN: r32119 --- diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 182bb495860..f50d167ebaa 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)