From 27f8be490d3f88b31c21502dffb229e0bb64de8c Mon Sep 17 00:00:00 2001 From: nickc Date: Wed, 23 Feb 2000 18:30:27 +0000 Subject: [PATCH] oops - fixed typo in previous delta git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32119 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT