1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* async.c (async_pending): Removed declaration.

This commit is contained in:
Mikael Djurfeldt 1998-01-31 13:30:10 +00:00
parent c69dfa6575
commit 79a85e3b62
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Fri Jan 30 22:28:07 1998 Mikael Djurfeldt <mdj@kenneth>
* async.c (async_pending): Removed declaration.
1998-01-30 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* dynwind.c (scm_wind_chain): New debug function.

View file

@ -104,8 +104,6 @@ static long scm_tc16_async;
static int asyncs_pending SCM_P ((void));
int
scm_asyncs_pending ()
{