diff options
author | Andy Wingo <wingo@pobox.com> | 2016-04-03 12:08:07 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-04-04 16:30:56 +0200 |
commit | e98f64009d493cb9b3bcd00d3846c96772f00778 (patch) | |
tree | 04c3f3db40617b554b36efed42cab66c2a6b1ca4 /doc/ref/api-io.texi | |
parent | 67b147fb7a5e8771b0314fcc0fcc826db09d9949 (diff) | |
download | guile-e98f64009d493cb9b3bcd00d3846c96772f00778.tar.gz |
Remove port equal functions
* doc/ref/api-io.texi (Port Implementation): Remove mention of port
equal functions.
* NEWS: Update.
* libguile/ports.c (scm_set_port_equalp): Remove.
* libguile/ports.h (scm_t_ptob_descriptor): Remove equalp function.
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r-- | doc/ref/api-io.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index c175d2eac..759d33940 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -2313,12 +2313,6 @@ The first argument @var{port} is the object being printed, the second argument @var{dest_port} is where its description should go. @end deftypefun -@item equalp -Not used at present. Set using - -@deftypefun void scm_set_port_equalp (scm_t_bits tc, SCM (*equalp) (SCM, SCM)) -@end deftypefun - @item close Called when the port is closed. It should free any resources used by the port. Set using |