summaryrefslogtreecommitdiff
path: root/libguile/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/random.c')
-rw-r--r--libguile/random.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/random.c b/libguile/random.c
index 4ff289f4b..dd9a75e29 100644
--- a/libguile/random.c
+++ b/libguile/random.c
@@ -584,7 +584,9 @@ scm_init_random ()
for (i = m >> 1; i < m; ++i)
scm_masktab[i] = m - 1;
+#ifndef SCM_MAGIC_SNARFER
#include "libguile/random.x"
+#endif
/* Check that the assumptions about bits per bignum digit are correct. */
#if SIZEOF_INT == 4