mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org>
* io/read. (max_value): Hide "int n" in an #ifdef. From-SVN: r118613
This commit is contained in:
parent
54938c1127
commit
474e88dd75
@ -1,3 +1,7 @@
|
||||
2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
* io/read. (max_value): Hide "int n" in an #ifdef.
|
||||
|
||||
2006-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/29752
|
||||
|
@ -92,7 +92,9 @@ GFC_UINTEGER_LARGEST
|
||||
max_value (int length, int signed_flag)
|
||||
{
|
||||
GFC_UINTEGER_LARGEST value;
|
||||
#if defined HAVE_GFC_REAL_16 || defined HAVE_GFC_REAL_10
|
||||
int n;
|
||||
#endif
|
||||
|
||||
switch (length)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user