/[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.26 by mvo, Fri Nov 2 00:08:41 2001 UTC revision 1.27 by xxhanwen, Sat Jul 20 14:08:33 2002 UTC
# Line 91  typedef struct Line 91  typedef struct
91  #define SCM_CONTREGS(x)         ((scm_t_contregs *) SCM_CELL_WORD_1 (x))  #define SCM_CONTREGS(x)         ((scm_t_contregs *) SCM_CELL_WORD_1 (x))
92    
93  #define SCM_CONTINUATION_LENGTH(x) (SCM_CONTREGS (x)->num_stack_items)  #define SCM_CONTINUATION_LENGTH(x) (SCM_CONTREGS (x)->num_stack_items)
94  #define SCM_SET_CONTINUATION_LENGTH(x,n)\  #define SCM_SET_CONTINUATION_LENGTH(x, n)\
95     (SCM_CONTREGS (x)->num_stack_items = (n))     (SCM_CONTREGS (x)->num_stack_items = (n))
96  #define SCM_JMPBUF(x)           ((SCM_CONTREGS (x))->jmpbuf)  #define SCM_JMPBUF(x)           ((SCM_CONTREGS (x))->jmpbuf)
97  #define SCM_DYNENV(x)           ((SCM_CONTREGS (x))->dynenv)  #define SCM_DYNENV(x)           ((SCM_CONTREGS (x))->dynenv)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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