Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
>  /* Return a list of ports using a given file descriptor.  */
>  SCM_DEFINE (scm_fdes_to_ports, "fdes->ports", 1, 0, 0, 
>             (SCM fd),

I didn't think of that one.

>  void
> -scm_remove_from_port_table (SCM port)
> -#define FUNC_NAME "scm_remove_from_port_table"
> +scm_i_remove_port (SCM port)
> +#define FUNC_NAME "scm_remove_port"

I had in mind that if it was done with one of the weak thingies then
there'd be no explicit removal needed.  Doesn't sound like a huge
improvement if that still has to be done.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to