]> git.ipfire.org Git - thirdparty/gcc.git/commit
gfortran.h (gfc_add_attribute): Change uint to unsigned int.
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 18 Feb 2006 16:10:59 +0000 (16:10 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 18 Feb 2006 16:10:59 +0000 (16:10 +0000)
commitef6a0629b45f7b2fa8ae02ff94de99a053071515
tree21d407761fe42b423dece970ebc9559a6f96c965
parente084430d3de94b907669a8606189208c03ca4334
gfortran.h (gfc_add_attribute): Change uint to unsigned int.

2006-02-18   Danny Smith  <dannysmith@users.sourceforeg.net>

    * 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/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/resolve.c
gcc/fortran/symbol.c