From 87d1b2a910afd6c1eb60427fac9a7d0b01335c48 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 22 Jul 2019 20:21:30 +0900 Subject: Improve conflict error message of `Time` and `Math`; ref #4576 --- mrbgems/mruby-math/src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-math/src') diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index 35fcd0fa6..c6d4ca414 100644 --- a/mrbgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c @@ -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 -- cgit v1.2.3