* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.
From-SVN: r102034
This commit is contained in:
parent
704b6cb548
commit
e8f35d4dc7
@ -1,3 +1,7 @@
|
||||
2005-07-14 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* trans-types.c (MAX_REAL_KINDS): Increase from 4 to 5.
|
||||
|
||||
2005-07-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gfortran.h (MAX_ERROR_MESSAGE): Remove.
|
||||
|
@ -70,7 +70,7 @@ gfc_logical_info gfc_logical_kinds[MAX_INT_KINDS + 1];
|
||||
static GTY(()) tree gfc_integer_types[MAX_INT_KINDS + 1];
|
||||
static GTY(()) tree gfc_logical_types[MAX_INT_KINDS + 1];
|
||||
|
||||
#define MAX_REAL_KINDS 4
|
||||
#define MAX_REAL_KINDS 5
|
||||
gfc_real_info gfc_real_kinds[MAX_REAL_KINDS + 1];
|
||||
static GTY(()) tree gfc_real_types[MAX_REAL_KINDS + 1];
|
||||
static GTY(()) tree gfc_complex_types[MAX_REAL_KINDS + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user