diff options
author | Max Mouratov <mmouratov@gmail.com> | 2017-02-23 04:50:04 +0500 |
---|---|---|
committer | Max Mouratov <mmouratov@gmail.com> | 2017-02-23 05:22:58 +0500 |
commit | dd324d46cba30b8ba84c8d055cefc8c35af9455c (patch) | |
tree | e26477da0756e33aa5c9d5cbae007265b2452cc9 /otherlibs/bigarray/bigarray_stubs.c | |
parent | 90668e9aafe144ca6f33c4cf41423bc029a71fb6 (diff) | |
download | ocaml-dd324d46cba30b8ba84c8d055cefc8c35af9455c.tar.gz |
bigarray: added a missing #undef (doesn't affect semantics)
Diffstat (limited to 'otherlibs/bigarray/bigarray_stubs.c')
-rw-r--r-- | otherlibs/bigarray/bigarray_stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |