mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 03:54:12 +02:00
Utterly needless cleanups to hopelessly messy code.
* ports.c: Doc fixes. (scm_fflush): Moved to ... * genio.c (scm_fflush): ... here, amongst all the other port method invocation functions. * genio.h, ports.h: The prototype moves too.
This commit is contained in:
parent
71f2053493
commit
d68fee4833
4 changed files with 33 additions and 22 deletions
|
@ -149,7 +149,6 @@ extern int scm_port_table_room;
|
|||
|
||||
extern SCM scm_markstream SCM_P ((SCM ptr));
|
||||
extern long scm_newptob SCM_P ((scm_ptobfuns *ptob));
|
||||
extern void scm_fflush SCM_P ((SCM port));
|
||||
extern SCM scm_char_ready_p SCM_P ((SCM port));
|
||||
extern SCM scm_current_input_port SCM_P ((void));
|
||||
extern SCM scm_current_output_port SCM_P ((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue