oops - fixed typo in previous delta
authorNick Clifton <nickc@gcc.gnu.org>
Wed, 23 Feb 2000 18:30:27 +0000 (18:30 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 23 Feb 2000 18:30:27 +0000 (18:30 +0000)
From-SVN: r32119

gcc/config/arm/arm.c

index 182bb495860ff32892ab4d448b77adfebe2da638..f50d167ebaa348712e6c6273f543bb709d023632 100644 (file)
@@ -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)