1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 16:20:17 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1996-11-02 20:54:28 +00:00
parent f6f88e0d94
commit 7ad737b69b
3 changed files with 121 additions and 2 deletions

View file

@ -260,7 +260,13 @@ scm_async_click ()
void
scm_switch ()
{}
{
#if 0 /* Thread switching code should probably reside here, but the
async switching code doesn't seem to work, so it's put in the
SCM_ASYNC_TICK macro instead. /mdj */
SCM_THREAD_SWITCHING_CODE;
#endif
}