mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 08:40:19 +02:00
merge strictness branch from 2.0
This commit is contained in:
commit
86fb1eb631
52 changed files with 402 additions and 340 deletions
|
@ -4112,7 +4112,7 @@ SCM scm_logand (SCM n1, SCM n2)
|
|||
else if SCM_BIGP (n2)
|
||||
{
|
||||
intbig:
|
||||
if (n1 == 0)
|
||||
if (nn1 == 0)
|
||||
return SCM_INUM0;
|
||||
{
|
||||
SCM result_z = scm_i_mkbig ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue