mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Doc fix for the usage of num2intergral.
This commit is contained in:
parent
3894870bde
commit
9dd023e147
1 changed files with 2 additions and 2 deletions
|
@ -3952,8 +3952,8 @@ SCM_DEFINE (scm_inexact_to_exact, "inexact->exact", 1, 0, 0,
|
||||||
|
|
||||||
ITYPE - the name of the integral type.
|
ITYPE - the name of the integral type.
|
||||||
|
|
||||||
UNSIGNED - Define this when ITYPE is an unsigned type. Do not
|
UNSIGNED - Define this to 1 when ITYPE is an unsigned type. Define
|
||||||
define it otherwise.
|
it to 0 otherwise.
|
||||||
|
|
||||||
UNSIGNED_ITYPE - the name of the the unsigned variant of the
|
UNSIGNED_ITYPE - the name of the the unsigned variant of the
|
||||||
integral type. If you don't define this, it defaults to
|
integral type. If you don't define this, it defaults to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue