mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
revert the ill-considered part of the 2001-05-24 changes
This commit is contained in:
parent
f3f70257a3
commit
c014a02eec
63 changed files with 723 additions and 813 deletions
|
@ -77,7 +77,7 @@ SCM_DEFINE (scm_values, "values", 0, 0, 1,
|
|||
"were not created by @code{call-with-values} is unspecified.")
|
||||
#define FUNC_NAME s_scm_values
|
||||
{
|
||||
scm_bits_t n;
|
||||
long n;
|
||||
SCM result;
|
||||
|
||||
SCM_VALIDATE_LIST_COPYLEN (1, args, n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue