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:
parent
f6f88e0d94
commit
7ad737b69b
3 changed files with 121 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue