summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-math/src
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-math/src')
-rw-r--r--mrbgems/mruby-math/src/math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c
index ff1e84684..fcde7e700 100644
--- a/mrbgems/mruby-math/src/math.c
+++ b/mrbgems/mruby-math/src/math.c
@@ -4,8 +4,8 @@
** See Copyright Notice in mruby.h
*/
-#ifdef MRB_WITHOUT_FLOAT
-# error Math conflicts 'MRB_WITHOUT_FLOAT' configuration in your 'build_config.rb'
+#ifdef MRB_NO_FLOAT
+# error Math conflicts with 'MRB_NO_FLOAT' configuration
#endif
#include <mruby.h>