/[guile]/guile/guile-core/libguile/continuations.h
ViewVC logotype

Diff of /guile/guile-core/libguile/continuations.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by mvo, Sat Apr 5 19:10:23 2003 UTC revision 1.30 by dirk, Sun Apr 20 07:19:38 2003 UTC
# Line 55  typedef struct Line 55  typedef struct
55    size_t num_stack_items;   /* size of the saved stack.  */    size_t num_stack_items;   /* size of the saved stack.  */
56    unsigned long seq;        /* dynamic root identifier.  */    unsigned long seq;        /* dynamic root identifier.  */
57    
 #ifdef DEBUG_EXTENSIONS  
58    /* the most recently created debug frame on the live stack, before    /* the most recently created debug frame on the live stack, before
59       it was saved.  */       it was saved.  */
60    struct scm_t_debug_frame *dframe;    struct scm_t_debug_frame *dframe;
61  #endif  
62    SCM_STACKITEM stack[1];    /* copied stack of size num_stack_items.  */    SCM_STACKITEM stack[1];    /* copied stack of size num_stack_items.  */
63  } scm_t_contregs;  } scm_t_contregs;
64    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26