1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* async.h, async.c (scm_system_async): Fixed deprecation to work

correctly when deprecated features are excluded.
This commit is contained in:
Dirk Herrmann 2002-10-19 08:22:50 +00:00
parent f0b4d944b4
commit 100ae50db2
3 changed files with 13 additions and 4 deletions

View file

@ -58,7 +58,6 @@
SCM_API void scm_async_click (void);
SCM_API void scm_switch (void);
SCM_API SCM scm_async (SCM thunk);
SCM_API SCM scm_system_async (SCM thunk);
SCM_API SCM scm_async_mark (SCM a);
SCM_API SCM scm_system_async_mark (SCM a);
SCM_API SCM scm_system_async_mark_for_thread (SCM a, SCM thread);
@ -73,6 +72,7 @@ SCM_API void scm_init_async (void);
#if (SCM_ENABLE_DEPRECATED == 1)
SCM_API SCM scm_system_async (SCM thunk);
SCM_API SCM scm_unmask_signals (void);
SCM_API SCM scm_mask_signals (void);