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:
parent
c69dfa6575
commit
79a85e3b62
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -104,8 +104,6 @@ static long scm_tc16_async;
|
|||
|
||||
|
||||
|
||||
static int asyncs_pending SCM_P ((void));
|
||||
|
||||
int
|
||||
scm_asyncs_pending ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue