1
Fork 0
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:
Marius Vollmer 2005-01-14 18:01:31 +00:00
parent 6e4cd850f6
commit 55fcbb966b

View file

@ -75,7 +75,7 @@ scm_t_rng scm_the_rng;
#define M_PI 3.14159265359
#endif
#ifdef SCM_HAVE_T_INT64
#if SCM_HAVE_T_INT64
unsigned long
scm_i_uniform32 (scm_t_i_rstate *state)