diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-07-16 12:12:58 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-16 12:12:58 +0900 |
| commit | d9a656756be1596c3816c22890dd1acec1f8d8eb (patch) | |
| tree | ada9f6e78c2a7a8cd3e8a74e5126d2529b93d76f /mrbgems/mruby-bin-debugger | |
| parent | 8e10a026e61246401f035dec50943d16e99fb70d (diff) | |
| parent | c96b517ea28efe7f45a91873142d6449b2a4c59c (diff) | |
| download | mruby-d9a656756be1596c3816c22890dd1acec1f8d8eb.tar.gz mruby-d9a656756be1596c3816c22890dd1acec1f8d8eb.zip | |
Merge pull request #4576 from dearblue/error-configuration
Error needed/conflicts configuration
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h index f17f9c57d..de2f90144 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h @@ -6,6 +6,10 @@ #ifndef MRDBCONF_H #define MRDBCONF_H +#ifndef MRB_ENABLE_DEBUG_HOOK +# error Need 'MRB_ENABLE_DEBUG_HOOK' configuration in your 'build_config.rb' +#endif + /* configuration options: */ /* maximum size for command buffer */ #define MAX_COMMAND_LINE 1024 |
