~ chicken-core (chicken-5) 8e7d78ac17bda0b216c1de5a0d6755d571ec481a
commit 8e7d78ac17bda0b216c1de5a0d6755d571ec481a
Author: Kooda <kooda@upyum.com>
AuthorDate: Wed Dec 13 16:22:53 2017 +0100
Commit: Kooda <kooda@upyum.com>
CommitDate: Wed Dec 13 16:22:53 2017 +0100
Dust off an #undef
diff --git a/runtime.c b/runtime.c
index 3d9115fe..2cb1988b 100644
--- a/runtime.c
+++ b/runtime.c
@@ -12771,8 +12771,6 @@ C_a_i_random_real(C_word **ptr, C_word n) {
significand |= 1;
return C_flonum(ptr, ldexp((double)significand, exponent));
}
-#undef random64
-
C_word C_set_random_seed(C_word buf, C_word n)
{
Trap