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

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

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

revision 1.86 by mvo, Thu Oct 3 22:59:08 2002 UTC revision 1.87 by mvo, Fri Oct 4 13:49:29 2002 UTC
# Line 406  typedef long SCM_STACKITEM; Line 406  typedef long SCM_STACKITEM;
406  #define SCM_THREAD_SWITCHING_CODE  #define SCM_THREAD_SWITCHING_CODE
407  #endif  #endif
408    
 SCM_API int scm_asyncs_pending_p;  
   
409  #define SCM_ASYNC_TICK /*fixme* should change names */ \  #define SCM_ASYNC_TICK /*fixme* should change names */ \
410  do { \  do { \
411    if (scm_asyncs_pending_p) \    if (scm_active_asyncs != SCM_EOL) \
412      scm_async_click (); \      scm_async_click (); \
413  } while (0)  } while (0)
414    

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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