diff options
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 21ad5fc23fd..94aedc8c49f 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -511,7 +511,7 @@ typedef struct int separator_len; const char *separator; - int all_unbuffered, unbuffered_preconnected, default_recl; + int all_unbuffered, unbuffered_preconnected; int fpe, backtrace; } options_t; @@ -577,12 +577,6 @@ extern char *filename; iexport_data_proto(filename); -/* 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 1073741824 - - #define CHARACTER2(name) \ gfc_charlen_type name ## _len; \ char * name |