OSDN Git Service

Fix typo in symbol visibility specification
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 May 2010 14:43:32 +0000 (14:43 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 May 2010 14:43:32 +0000 (14:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159187 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/io/unix.h

index bfe2f7e..0a22a0c 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-08  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * io/unix.h (mem_alloc_r): Fix typo to reduce visibility.
+
 2010-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
 
         * libgfortran.h (free_mem): Remove prototype.
index 7ea90fd..c7f92a3 100644 (file)
@@ -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);