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

* ioext.h (scm_fseek): deprecation expired - removed.

This commit is contained in:
Rob Browning 2001-04-28 17:24:43 +00:00
parent 22baef2225
commit 36aecedd6b

View file

@ -61,14 +61,6 @@ extern SCM scm_primitive_move_to_fdes (SCM port, SCM fd);
extern SCM scm_fdes_to_ports (SCM fd); extern SCM scm_fdes_to_ports (SCM fd);
extern void scm_init_ioext (void); extern void scm_init_ioext (void);
#if (SCM_DEBUG_DEPRECATED == 0)
extern SCM scm_fseek (SCM object, SCM offset, SCM whence);
#endif /* SCM_DEBUG_DEPRECATED == 0 */
#endif /* IOEXTH */ #endif /* IOEXTH */
/* /*