mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
fortran: Fix uint back to int [PR124666]
PR fortran/124666 gcc/fortran/ChangeLog: * io.cc: Change uint value back to int.
This commit is contained in:
@@ -213,7 +213,7 @@ next_char_not_space ()
|
||||
return c;
|
||||
}
|
||||
|
||||
static uint value = 0;
|
||||
static int value = 0;
|
||||
|
||||
/* Simple lexical analyzer for getting the next token in a FORMAT
|
||||
statement. */
|
||||
|
||||
Reference in New Issue
Block a user