Index: fports.c
===================================================================
RCS file: /cvs/guile/guile/guile-core/libguile/fports.c,v
retrieving revision 1.73
diff -u -r1.73 fports.c
--- fports.c 2000/04/21 14:16:30 1.73
+++ fports.c 2000/05/13 18:15:36
@@ -143,8 +143,7 @@
"@item _IOFBF\n"
"block buffered, using a newly allocated buffer of @var{size} bytes.\n"
"If @var{size} is omitted, a default size will be used.\n"
- "@end table\n"
- )
+ "@end table")
#define FUNC_NAME s_scm_setvbuf
{
int cmode, csize;
Index: ports.h
===================================================================
RCS file: /cvs/guile/guile/guile-core/libguile/ports.h,v
retrieving revision 1.62
diff -u -r1.62 ports.h
--- ports.h 2000/04/15 19:29:58 1.62
+++ ports.h 2000/05/13 18:15:36
@@ -288,7 +288,6 @@
extern SCM scm_peek_char (SCM port);
extern SCM scm_unread_char (SCM cobj, SCM port);
extern SCM scm_unread_string (SCM str, SCM port);
-extern char *scm_generic_fgets (SCM port, int *len);
extern SCM scm_seek (SCM object, SCM offset, SCM whence);
extern SCM scm_truncate_file (SCM object, SCM length);
extern SCM scm_port_line (SCM port);