summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger
diff options
context:
space:
mode:
authordearblue <[email protected]>2020-03-08 20:49:22 +0900
committerdearblue <[email protected]>2020-03-08 20:49:22 +0900
commitb3d4ab0cd852e8067e6d3f3b525c136ad54e8af4 (patch)
tree4807bf03bcf46d1cedc8da98e07e4cee732a68b1 /mrbgems/mruby-bin-debugger
parent5bf5a2cc6e9e78cb84118c08dd9498bbe854e7cb (diff)
downloadmruby-b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4.tar.gz
mruby-b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4.zip
Improve conflict error message of mruby-bin-debugger; ref 87d1b2a91
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
-rw-r--r--mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h
index de2f90144..2b445182b 100644
--- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h
@@ -7,7 +7,7 @@
#define MRDBCONF_H
#ifndef MRB_ENABLE_DEBUG_HOOK
-# error Need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb'
+# error mruby-bin-debugger need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb'
#endif
/* configuration options: */