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

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

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

revision 1.45 by mvo, Wed Oct 9 22:37:29 2002 UTC revision 1.46 by mvo, Sun Oct 27 20:16:18 2002 UTC
# Line 109  typedef struct scm_root_state Line 109  typedef struct scm_root_state
109    
110    SCM active_asyncs;            /* The thunks to be run at the next    SCM active_asyncs;            /* The thunks to be run at the next
111                                     safe point */                                     safe point */
112      SCM signal_asyncs;            /* The pre-queued cells for signal handlers.
113                                     */
114    unsigned int block_asyncs;    /* Non-zero means that asyncs should    unsigned int block_asyncs;    /* Non-zero means that asyncs should
115                                     not be run. */                                     not be run. */
116      unsigned int pending_asyncs;  /* Non-zero means that asyncs might be pending.
117                                     */
118  } scm_root_state;  } scm_root_state;
119    
120  #define scm_stack_base                  (scm_root->stack_base)  #define scm_stack_base                  (scm_root->stack_base)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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