Avoid clash with system setjmp/longjmp on IA64
[bpt/guile.git] / libguile / continuations.h
index 08eec8f..82cf178 100644 (file)
@@ -44,7 +44,7 @@ SCM_API scm_t_bits scm_tc16_continuation;
 typedef struct 
 {
   SCM throw_value;
-  jmp_buf jmpbuf;
+  scm_i_jmp_buf jmpbuf;
   SCM dynenv;
 #ifdef __ia64__
   void *backing_store;