1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 20:05:32 +02:00

Move SCM_TICK definition to __scm.h.

* libguile/__scm.h:
* libguile/async.h (SCM_TICK): Move here.
This commit is contained in:
Andy Wingo 2018-06-20 15:10:29 +02:00
parent 6a9f73fb8f
commit 716d9aaf32
2 changed files with 4 additions and 4 deletions

View file

@ -27,6 +27,10 @@
#define SCM_TICK scm_async_tick ()
SCM_API void scm_async_tick (void);
SCM_API void scm_switch (void);
SCM_API SCM scm_system_async_mark (SCM a);