mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Refresh a stale comment.
* libguile/numbers.h: In a comment, update the count of number subtypes.
This commit is contained in:
parent
9f7a824206
commit
3ec7afb2c6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue