From 1f94e1d88efeb405a810a72ad61ab637becb3761 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Fri, 19 Oct 2007 04:10:58 +0000 Subject: re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_ not working) 2007-10-18 Francois-Xavier Coudert Jerry DeLisle PR libfortran/33795 * libgfortran.h: Add unbuffered_preconnected. * io/unix.c (output_stream): Set stream unbuffered flag if options.unbuffered_preconnected has been set. (error_stream): Ditto. * runtime/environ.c (variable_table): Add to environment variable table the entry: GFORTRAN_UNBUFFERED_PRECONNECTED. Co-Authored-By: Jerry DeLisle From-SVN: r129470 --- libgfortran/libgfortran.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/libgfortran.h') diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 8d80998..a30ab19 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -349,7 +349,7 @@ typedef struct int separator_len; const char *separator; - int use_stderr, all_unbuffered, default_recl; + int use_stderr, all_unbuffered, unbuffered_preconnected, default_recl; int fpe, dump_core, backtrace; } options_t; -- cgit v1.1