projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2786eb7
)
* io.h: Setting higher default record length.
author
François-Xavier Coudert
<fxcoudert@gcc.gnu.org>
Wed, 16 Mar 2005 19:33:07 +0000
(19:33 +0000)
committer
François-Xavier Coudert
<fxcoudert@gcc.gnu.org>
Wed, 16 Mar 2005 19:33:07 +0000
(19:33 +0000)
From-SVN: r96574
libgfortran/io/io.h
patch
|
blob
|
history
diff --git
a/libgfortran/io/io.h
b/libgfortran/io/io.h
index 694ca1d7ac553bb3eaa5d994bc169e179b2b43a6..05c4355ad006f69fa39da1f10551af002ae30591 100644
(file)
--- a/
libgfortran/io/io.h
+++ b/
libgfortran/io/io.h
@@
-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 10
000
+#define DEFAULT_RECL 10
73741824
typedef struct gfc_unit