diff options
Diffstat (limited to 'libguile/continuations.h')
-rw-r--r-- | libguile/continuations.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/continuations.h b/libguile/continuations.h index a3e06ae2f..002a28541 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -55,11 +55,10 @@ typedef struct size_t num_stack_items; /* size of the saved stack. */ unsigned long seq; /* dynamic root identifier. */ -#ifdef DEBUG_EXTENSIONS /* the most recently created debug frame on the live stack, before it was saved. */ struct scm_t_debug_frame *dframe; -#endif + SCM_STACKITEM stack[1]; /* copied stack of size num_stack_items. */ } scm_t_contregs; |