mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
ed0042dda7
commit
61d3568bff
2 changed files with 6 additions and 2 deletions
|
@ -904,9 +904,8 @@ SCM_DEFINE (scm_force_output, "force-output", 0, 1, 0,
|
|||
|
||||
|
||||
static void
|
||||
flush_output_port (void *closure, SCM handle)
|
||||
flush_output_port (void *closure, SCM port)
|
||||
{
|
||||
SCM port = SCM_CDR (handle);
|
||||
if (SCM_OPOUTPORTP (port))
|
||||
scm_flush (port);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue