Move `MRB_NO_FLOAT` detection in `mruby-math`; #5185

parent 4d21a68d
......@@ -4,13 +4,13 @@
** See Copyright Notice in mruby.h
*/
#include <mruby.h>
#ifdef MRB_NO_FLOAT
# error Math conflicts with 'MRB_NO_FLOAT' configuration
#endif
#include <mruby.h>
#include <mruby/array.h>
#include <math.h>
static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment