Commit fcd5a113 by Aldy Hernandez Committed by Aldy Hernandez

* decl.c (add_global_entry): Make type unsigned.

From-SVN: r130775
parent 30895f30
2007-12-11 Aldy Hernandez <aldyh@redhat.com>
* decl.c (add_global_entry): Make type unsigned.
2007-12-11 Bernhard Fischer <aldot@gcc.gnu.org>
* decl.c (match_prefix): Make seen_type a boolean.
......
......@@ -4334,7 +4334,7 @@ static bool
add_global_entry (const char *name, int sub)
{
gfc_gsymbol *s;
int type;
unsigned int type;
s = gfc_get_gsymbol(name);
type = sub ? GSYM_SUBROUTINE : GSYM_FUNCTION;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment