Commit bf71e8f0 by Jerry DeLisle

transfer.c (read_sf_internal): Remove stray function declaration used during debigging.

2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* io/transfer.c (read_sf_internal): Remove stray function declaration
	used during debigging.

From-SVN: r157531
parent 60936b22
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/transfer.c (read_sf_internal): Remove stray function declaration
used during debigging.
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/43265 PR libfortran/43265
* io/io.h: Delete prototype for read_sf, making it static. * io/io.h: Delete prototype for read_sf, making it static.
* io/read.c (read_x): Modify to call hit_eof if PAD="no". * io/read.c (read_x): Modify to call hit_eof if PAD="no".
......
...@@ -191,9 +191,7 @@ current_mode (st_parameter_dt *dtp) ...@@ -191,9 +191,7 @@ current_mode (st_parameter_dt *dtp)
/* Read sequential file - internal unit */ /* Read sequential file - internal unit */
char * static char *
read_sf_internal (st_parameter_dt *dtp, int * length);
char *
read_sf_internal (st_parameter_dt *dtp, int * length) read_sf_internal (st_parameter_dt *dtp, int * length)
{ {
static char *empty_string[0]; static char *empty_string[0];
......
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