Commit 68cb9e8a by Janne Blomqvist

Fix typo in symbol visibility specification

From-SVN: r159187
parent 43896afb
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment