From 2e5b312b80f55a7ca49c0b7ed79195558e3fa7e6 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 27 Apr 2001 21:07:56 +0000 Subject: [PATCH] * continuations.h (SCM_SETJMPBUF): deprecation expired - removed. --- libguile/continuations.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libguile/continuations.h b/libguile/continuations.h index adc962976..85029fb23 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -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 */ /*