mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; Guile
requires ANSI now.
This commit is contained in:
parent
4382896de0
commit
4147236a59
1 changed files with 0 additions and 7 deletions
|
@ -1771,15 +1771,8 @@ scm_remember (ptr)
|
|||
{}
|
||||
|
||||
|
||||
#ifdef __STDC__
|
||||
SCM
|
||||
scm_return_first (SCM elt, ...)
|
||||
#else
|
||||
SCM
|
||||
scm_return_first (elt, va_alist)
|
||||
SCM elt;
|
||||
va_dcl
|
||||
#endif
|
||||
{
|
||||
return elt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue