From dd324d46cba30b8ba84c8d055cefc8c35af9455c Mon Sep 17 00:00:00 2001 From: Max Mouratov Date: Thu, 23 Feb 2017 04:50:04 +0500 Subject: bigarray: added a missing #undef (doesn't affect semantics) --- otherlibs/bigarray/bigarray_stubs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'otherlibs/bigarray/bigarray_stubs.c') diff --git a/otherlibs/bigarray/bigarray_stubs.c b/otherlibs/bigarray/bigarray_stubs.c index 7021af1f3a..23b772c608 100644 --- a/otherlibs/bigarray/bigarray_stubs.c +++ b/otherlibs/bigarray/bigarray_stubs.c @@ -121,6 +121,7 @@ caml_ba_multov(uintnat a, uintnat b, int * overflow) if (p < p1 || p1 < p2) *overflow = 1; /* overflow in sums */ return p; #undef HALF_SIZE +#undef HALF_MASK #undef LOW_HALF #undef HIGH_HALF } -- cgit v1.2.1