Improve conflict error message of `Time` and `Math`; ref #4576

parent 949f6f53
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
#ifdef MRB_WITHOUT_FLOAT #ifdef MRB_WITHOUT_FLOAT
# error Conflict 'MRB_WITHOUT_FLOAT' configuration in your 'build_config.rb' # error Math conflicts 'MRB_WITHOUT_FLOAT' configuration in your 'build_config.rb'
#endif #endif
#include <mruby.h> #include <mruby.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
#ifdef MRB_WITHOUT_FLOAT #ifdef MRB_WITHOUT_FLOAT
# error Conflict 'MRB_WITHOUT_FLOAT' configuration in your 'build_config.rb' # error Time conflicts 'MRB_WITHOUT_FLOAT' configuration in your 'build_config.rb'
#endif #endif
#include <math.h> #include <math.h>
......
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