From 9dd023e1479794a845dab7c16dc248a4985d6845 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 3 May 2003 23:19:51 +0000 Subject: [PATCH] Doc fix for the usage of num2intergral. --- libguile/numbers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/numbers.c b/libguile/numbers.c index 8f89ecc2c..7fa97c4c9 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -3952,8 +3952,8 @@ SCM_DEFINE (scm_inexact_to_exact, "inexact->exact", 1, 0, 0, ITYPE - the name of the integral type. - UNSIGNED - Define this when ITYPE is an unsigned type. Do not - define it otherwise. + UNSIGNED - Define this to 1 when ITYPE is an unsigned type. Define + it to 0 otherwise. UNSIGNED_ITYPE - the name of the the unsigned variant of the integral type. If you don't define this, it defaults to