diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-31 18:59:42 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-31 18:59:42 +0000 |
commit | 66e992292332d5dce4025525c34b883b65be5e8f (patch) | |
tree | e9b48c543335c1d756a8bf3814b7cddb5b065d43 /libgfortran/ChangeLog | |
parent | 5dd72fac96c929241cb29234116abbb5b30e1bb4 (diff) | |
download | gcc-66e992292332d5dce4025525c34b883b65be5e8f.tar.gz |
* io/unit.c (get_unit): Remove superfluous if.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1c76245bb39..641f32d4dce 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,9 @@ 2004-08-31 Paul Brook <paul@codesourcery.com> + * io/unit.c (get_unit): Remove superfluous if. + +2004-08-31 Paul Brook <paul@codesourcery.com> + * io/transfer.c (read_sf): Rename uinty to readlen. Detect EOF. (finalize_transfer): Move setjmp after namlist IO. * io/unix.c (mem_alloc_r_at): Calculate remaining length correctly. |