io.h (find_or_create_unit): Correct export declaration.
2006-05-27 Janne Blomqvist <jb@gcc.gnu.org> * io/io.h (find_or_create_unit): Correct export declaration. From-SVN: r114151
This commit is contained in:
parent
647e11bb64
commit
59c0928b6a
@ -1,3 +1,7 @@
|
|||||||
|
2006-05-27 Janne Blomqvist <jb@gcc.gnu.org>
|
||||||
|
|
||||||
|
* io/io.h (find_or_create_unit): Correct export declaration.
|
||||||
|
|
||||||
2006-05-27 Janne Blomqvist <jb@gcc.gnu.org>
|
2006-05-27 Janne Blomqvist <jb@gcc.gnu.org>
|
||||||
|
|
||||||
* intrinsics/abort.c (abort_): Remove.
|
* intrinsics/abort.c (abort_): Remove.
|
||||||
|
@ -720,7 +720,7 @@ extern gfc_unit *find_unit (int);
|
|||||||
internal_proto(find_unit);
|
internal_proto(find_unit);
|
||||||
|
|
||||||
extern gfc_unit *find_or_create_unit (int);
|
extern gfc_unit *find_or_create_unit (int);
|
||||||
internal_proto(find_unit);
|
internal_proto(find_or_create_unit);
|
||||||
|
|
||||||
extern gfc_unit *get_unit (st_parameter_dt *, int);
|
extern gfc_unit *get_unit (st_parameter_dt *, int);
|
||||||
internal_proto(get_unit);
|
internal_proto(get_unit);
|
||||||
|
Loading…
Reference in New Issue
Block a user