1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

(ttyname): Remove prototype, unused.

This commit is contained in:
Kevin Ryde 2004-08-17 23:22:23 +00:00
parent b82cab94d6
commit 8e4d7cdf06

View file

@ -1552,10 +1552,6 @@ SCM_DEFINE (scm_set_port_filename_x, "set-port-filename!", 2, 0, 0,
}
#undef FUNC_NAME
#ifndef ttyname
extern char * ttyname();
#endif
void
scm_print_port_mode (SCM exp, SCM port)
{