From ef6a0629b45f7b2fa8ae02ff94de99a053071515 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 18 Feb 2006 16:10:59 +0000 Subject: gfortran.h (gfc_add_attribute): Change uint to unsigned int. 2006-02-18 Danny Smith * gfortran.h (gfc_add_attribute): Change uint to unsigned int. * symbol.c (gfc_add_attribute): Likewise for definition. * resolve.c (resolve_global_procedure): Likewise for variable 'type'. From-SVN: r111239 --- gcc/fortran/symbol.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/fortran/symbol.c') diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index 7fc7ef1..45c7d25 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -604,7 +604,8 @@ duplicate_attr (const char *attr, locus * where) /* Called from decl.c (attr_decl1) to check attributes, when declared separately. */ try -gfc_add_attribute (symbol_attribute * attr, locus * where, uint attr_intent) +gfc_add_attribute (symbol_attribute * attr, locus * where, + unsigned int attr_intent) { if (check_used (attr, NULL, where) -- cgit v1.1