diff options
| author | Hiroshi Mimaki <[email protected]> | 2014-11-25 14:11:57 +0900 |
|---|---|---|
| committer | Hiroshi Mimaki <[email protected]> | 2014-11-25 14:11:57 +0900 |
| commit | 251dbca8e25265f0f53c6413cd55a90871350a25 (patch) | |
| tree | d71a7574e7a62f3c175394c881dc9c144547430d /mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c | |
| parent | 0a8e8bd04615b376d48045f5191aa174f773ce9a (diff) | |
| parent | c9c0f9a79b27034926b2b7ad190b1e48299e6581 (diff) | |
| download | mruby-251dbca8e25265f0f53c6413cd55a90871350a25.tar.gz mruby-251dbca8e25265f0f53c6413cd55a90871350a25.zip | |
Merge pull request #2644 from cremno/mrdb-minor-changes
mrdb: minor changes
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c')
| -rwxr-xr-x | mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c index 2708a6259..2c93eb4ee 100755 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c @@ -33,7 +33,7 @@ mrdb_check_syntax(mrb_state *mrb, mrb_debug_context *dbg, const char *expr, size mrb_value mrb_debug_eval(mrb_state *mrb, mrb_debug_context *dbg, const char *expr, size_t len, mrb_bool *exc) { - void *tmp; + void (*tmp)(struct mrb_state *, struct mrb_irep *, mrb_code *, mrb_value *); mrb_value ruby_code; mrb_value s; mrb_value v; |
