summaryrefslogtreecommitdiff
path: root/libguile/continuations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/continuations.h')
-rw-r--r--libguile/continuations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/continuations.h b/libguile/continuations.h
index d10297956..0274c1b2d 100644
--- a/libguile/continuations.h
+++ b/libguile/continuations.h
@@ -27,7 +27,6 @@
#ifdef __ia64__
#include <signal.h>
#include <ucontext.h>
-extern unsigned long * __libc_ia64_register_backing_store_base;
#endif /* __ia64__ */
@@ -48,6 +47,7 @@ typedef struct
SCM dynenv;
#ifdef __ia64__
ucontext_t ctx;
+ int fresh;
void *backing_store;
unsigned long backing_store_size;
#endif /* __ia64__ */