diff options
Diffstat (limited to 'gcc/fortran/trans-io.c')
-rw-r--r-- | gcc/fortran/trans-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c index 4b6caa6..2af6eb3 100644 --- a/gcc/fortran/trans-io.c +++ b/gcc/fortran/trans-io.c @@ -327,7 +327,7 @@ gfc_build_io_library_fndecls (void) } -/* Generate code to store an non-string I/O parameter into the +/* Generate code to store a non-string I/O parameter into the ioparm structure. This is a pass by value. */ static void @@ -345,7 +345,7 @@ set_parameter_value (stmtblock_t * block, tree var, gfc_expr * e) } -/* Generate code to store an non-string I/O parameter into the +/* Generate code to store a non-string I/O parameter into the ioparm structure. This is pass by reference. */ static void |