summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'rand.c')
-rw-r--r--rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rand.c b/rand.c
index 6e4988a9..b5cf6586 100644
--- a/rand.c
+++ b/rand.c
@@ -63,7 +63,7 @@ val random_state;
val random_state_s;
static struct cobj_ops random_state_ops = {
- cobj_equal_op,
+ eq,
cobj_print_op,
cobj_destroy_free_op,
cobj_mark_op,