]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in symbol visibility specification
authorJanne Blomqvist <jb@gcc.gnu.org>
Sat, 8 May 2010 14:43:32 +0000 (17:43 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sat, 8 May 2010 14:43:32 +0000 (17:43 +0300)
From-SVN: r159187

libgfortran/ChangeLog
libgfortran/io/unix.h

index bfe2f7ef1feaa120188822c2ad492cc275d3ed87..0a22a0c0df88afb72a4129bb3f763acf50697ea1 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 7ea90fdbee911a5993c89a1e7d8729c539a70c6e..c7f92a34c6f3ee07ba3b6bcf10a1bba4b7fa4dfa 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);