1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 23:10:21 +02:00

Doc fix for the usage of num2intergral.

This commit is contained in:
Marius Vollmer 2003-05-03 23:19:51 +00:00
parent 3894870bde
commit 9dd023e147

View file

@ -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