* ioext.h (scm_fseek): deprecation expired - removed.
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:24:43 +0000 (17:24 +0000)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:24:43 +0000 (17:24 +0000)
libguile/ioext.h

index 36f0ac4..5853f44 100644 (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 void scm_init_ioext (void);
 
-\f
-
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-extern SCM scm_fseek (SCM object, SCM offset, SCM whence);
-
-#endif  /* SCM_DEBUG_DEPRECATED == 0 */
-
 #endif  /* IOEXTH */
 
 /*