1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

(SCM_ASYNC_TICK): Do without the scm_active_asyncs abbrev.

This commit is contained in:
Marius Vollmer 2002-10-09 22:45:07 +00:00
parent e292f7aac8
commit be2588b87d

View file

@ -408,7 +408,7 @@ typedef long SCM_STACKITEM;
#define SCM_ASYNC_TICK /*fixme* should change names */ \
do { \
if (scm_active_asyncs != SCM_EOL) \
if (scm_root->active_asyncs != SCM_EOL) \
scm_async_click (); \
} while (0)