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

* continuations.h (SCM_SETJMPBUF): deprecation expired - removed.

This commit is contained in:
Rob Browning 2001-04-27 21:07:56 +00:00
parent f2a75d811b
commit 2e5b312b80

View file

@ -93,14 +93,6 @@ typedef struct
extern SCM scm_make_continuation (int *first);
extern void scm_init_continuations (void);
#if (SCM_DEBUG_DEPRECATED == 0)
#define SCM_SETJMPBUF(x, r) (SCM_SET_CONTREGS ((x), (r)))
#endif /* SCM_DEBUG_DEPRECATED == 0 */
#endif /* CONTINUATIONSH */
/*