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:
parent
f2a75d811b
commit
2e5b312b80
1 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue