summaryrefslogtreecommitdiff
path: root/runtime/bigarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/bigarray.c')
-rw-r--r--runtime/bigarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/bigarray.c b/runtime/bigarray.c
index 62d3d3dec6..6073390933 100644
--- a/runtime/bigarray.c
+++ b/runtime/bigarray.c
@@ -209,7 +209,7 @@ CAMLexport int caml_ba_compare(value v1, value v2)
if (e1 < e2) return -1; \
if (e1 > e2) return 1; \
if (e1 != e2) { \
- caml_compare_unordered = 1; \
+ Caml_state->compare_unordered = 1; \
if (e1 == e1) return 1; \
if (e2 == e2) return -1; \
} \