mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 22:21:30 +08:00
* io.h: Setting higher default record length.
From-SVN: r96574
This commit is contained in:
parent
2786eb77b2
commit
0376d694c2
@ -245,10 +245,11 @@ typedef struct
|
||||
unit_flags;
|
||||
|
||||
|
||||
/* The default value of record length is defined here. This value can
|
||||
be overriden by the OPEN statement or by an environment variable. */
|
||||
/* The default value of record length for preconnected units is defined
|
||||
here. This value can be overriden by an environment variable.
|
||||
Default value is 1 Gb. */
|
||||
|
||||
#define DEFAULT_RECL 10000
|
||||
#define DEFAULT_RECL 1073741824
|
||||
|
||||
|
||||
typedef struct gfc_unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user