mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge commit 'd360671c1c
'
This commit is contained in:
commit
091dd0cc58
1 changed files with 1 additions and 1 deletions
|
@ -4998,7 +4998,7 @@ left_shift_exact_integer (SCM n, long count)
|
|||
mpz_mul_2exp (SCM_I_BIG_MPZ (result), SCM_I_BIG_MPZ (result),
|
||||
count);
|
||||
return scm_i_normbig (result);
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (SCM_BIGP (n))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue