mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
Don't check for definedness of SCM_HAVE_T_INT64, check
its value.
This commit is contained in:
parent
6e4cd850f6
commit
55fcbb966b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ scm_t_rng scm_the_rng;
|
||||||
#define M_PI 3.14159265359
|
#define M_PI 3.14159265359
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SCM_HAVE_T_INT64
|
#if SCM_HAVE_T_INT64
|
||||||
|
|
||||||
unsigned long
|
unsigned long
|
||||||
scm_i_uniform32 (scm_t_i_rstate *state)
|
scm_i_uniform32 (scm_t_i_rstate *state)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue