diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-01-30 21:06:31 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-01-30 21:06:31 +0000 |
commit | 5e569ca831986626579c78bc6b309e9fead22d6f (patch) | |
tree | f03af7b9167e036871a77a481749752aa9e04a4a /libguile/async.h | |
parent | c72cc5fbe440b7806099b41b32b8b8729798a6f2 (diff) | |
download | guile-5e569ca831986626579c78bc6b309e9fead22d6f.tar.gz |
* async.c, async.h (asyncs_pending): Renamed asyncs_pending -->
scm_asyncs_pending and made it global.
Diffstat (limited to 'libguile/async.h')
-rw-r--r-- | libguile/async.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/async.h b/libguile/async.h index 6f9458983..76a603194 100644 --- a/libguile/async.h +++ b/libguile/async.h @@ -63,6 +63,7 @@ extern unsigned int scm_mask_ints; extern SCM scm_gc_async; +extern int scm_asyncs_pending SCM_P ((void)); extern void scm_async_click SCM_P ((void)); extern void scm_switch SCM_P ((void)); extern SCM scm_async SCM_P ((SCM thunk)); |