Refresh a stale comment.
authorMark H Weaver <mhw@netris.org>
Sat, 11 May 2019 07:44:58 +0000 (03:44 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 18 Jun 2019 07:05:05 +0000 (03:05 -0400)
* libguile/numbers.h: In a comment, update the count of number subtypes.

libguile/numbers.h

index d2799b1c622cd60a816fd72c8998edad47cf9eb2..22cd5399e5ba69c5ad8b9ad0dcda4090a7c85745 100644 (file)
@@ -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)