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:
parent
6a9f73fb8f
commit
716d9aaf32
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue