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:
parent
22baef2225
commit
36aecedd6b
1 changed files with 0 additions and 8 deletions
|
@ -61,14 +61,6 @@ extern SCM scm_primitive_move_to_fdes (SCM port, SCM fd);
|
|||
extern SCM scm_fdes_to_ports (SCM fd);
|
||||
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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue