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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-07-22 20:21:30 +09:00
parent 949f6f5324
commit 87d1b2a910
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#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
#include <mruby.h>
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#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
#include <math.h>