From 68cb9e8a47ac6e40bccbfcee1088cc7e0bf9d60f Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sat, 8 May 2010 17:43:32 +0300 Subject: [PATCH] Fix typo in symbol visibility specification From-SVN: r159187 --- libgfortran/ChangeLog | 4 ++++ libgfortran/io/unix.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index bfe2f7ef1fe..0a22a0c0df8 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2010-05-08 Janne Blomqvist + + * io/unix.h (mem_alloc_r): Fix typo to reduce visibility. + 2010-05-07 Janne Blomqvist * libgfortran.h (free_mem): Remove prototype. diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index 7ea90fdbee9..c7f92a34c6f 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -98,7 +98,7 @@ extern char * mem_alloc_w (stream *, int *); internal_proto(mem_alloc_w); extern char * mem_alloc_r (stream *, int *); -internal_proto(mem_alloc_w); +internal_proto(mem_alloc_r); extern stream *input_stream (void); internal_proto(input_stream); -- 2.30.2