This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, libfortran] Fix typo, committed


Hi,

committed the following r159188 as obvious.

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 159186)
+++ ChangeLog   (working copy)
@@ -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: io/unix.h
===================================================================
--- io/unix.h   (revision 159186)
+++ io/unix.h   (working copy)
@@ -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);


-- 
Janne Blomqvist


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]