summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-02-19 20:44:16 +0900
committerGitHub <[email protected]>2019-02-19 20:44:16 +0900
commitbaf8fbe6edf8464e86523ee5753aa20717e9d8b3 (patch)
tree2ea29c94dac1b0ea2aa618665c629a4697586fb0 /mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
parent8781596c3595980adb605341a8f272f96253622d (diff)
parent477ffc747368f26ee90cb03fa69d23690298fc3d (diff)
downloadmruby-baf8fbe6edf8464e86523ee5753aa20717e9d8b3.tar.gz
mruby-baf8fbe6edf8464e86523ee5753aa20717e9d8b3.zip
Merge pull request #4286 from kimushu/mrdb-local-variables
mrdb: add "info locals" command
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h')
-rw-r--r--mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
index e256f6262..ab8c08869 100644
--- a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
@@ -8,6 +8,6 @@
#include <mruby.h>
#include "mrdb.h"
-mrb_value mrb_debug_eval(mrb_state*, mrb_debug_context*, const char*, size_t, mrb_bool*);
+mrb_value mrb_debug_eval(mrb_state*, mrb_debug_context*, const char*, size_t, mrb_bool*, int);
#endif /* APIPRINT_H_ */