guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/04: Refresh a stale comment.


From: Mark H. Weaver
Subject: [Guile-commits] 02/04: Refresh a stale comment.
Date: Tue, 18 Jun 2019 03:25:07 -0400 (EDT)

mhw pushed a commit to branch stable-2.2
in repository guile.

commit 3ec7afb2c6906811dcc6f02420ff0f4efc844824
Author: Mark H Weaver <address@hidden>
Date:   Sat May 11 03:44:58 2019 -0400

    Refresh a stale comment.
    
    * libguile/numbers.h: In a comment, update the count of number subtypes.
---
 libguile/numbers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/numbers.h b/libguile/numbers.h
index d2799b1..22cd539 100644
--- a/libguile/numbers.h
+++ b/libguile/numbers.h
@@ -140,7 +140,7 @@ typedef long scm_t_inum;
  * differ in one bit: This way, checking if an object is an inexact number can
  * be done quickly (using the TYP16S macro).  */
 
-/* Number subtype 1 to 3 (note the dependency on the predicates SCM_INEXACTP
+/* Number subtype 1 to 4 (note the dependency on the predicates SCM_INEXACTP
  * and SCM_NUMP)  */
 #define scm_tc16_big           (scm_tc7_number + 1 * 256L)
 #define scm_tc16_real           (scm_tc7_number + 2 * 256L)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]