mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Move MRB_NO_FLOAT detection in mruby-math; #5185
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user