primary.c (match_hollerith_constant): Use int, not unsigned int, for the hollerith...
authorSteven Bosscher <stevenb@suse.de>
Thu, 7 Jul 2005 11:59:29 +0000 (11:59 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 7 Jul 2005 11:59:29 +0000 (11:59 +0000)
commit24bce1fd23b566afbcb00d08b287640b2e9d67d8
treee940d56cbd6a643436fdfdd05bd15d8ed752189d
parent8ddf681af74e5404974fb47b0b9874de49a3b07d
primary.c (match_hollerith_constant): Use int, not unsigned int, for the hollerith length.

* primary.c (match_hollerith_constant): Use int, not unsigned int,
for the hollerith length.  Fix indentation.

From-SVN: r101707
gcc/fortran/ChangeLog
gcc/fortran/primary.c