summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-02-18 16:15:32 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-02-18 16:15:32 +0900
commiteb14c15e9988b81d342ca76af56f6bf47379f1d6 (patch)
tree643674370c194a2e3443270f72222ee739ae14f4 /include/mruby.h
parent66a7b04b251aa33d557f9515f8cac16560266c3c (diff)
downloadmruby-eb14c15e9988b81d342ca76af56f6bf47379f1d6.tar.gz
mruby-eb14c15e9988b81d342ca76af56f6bf47379f1d6.zip
rename hook and macro
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index bebbf6b04..e10be59fe 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -134,7 +134,7 @@ typedef struct mrb_state {
#endif
#ifdef ENABLE_DEBUG
- void (*hook_vm_fetch_code)(struct mrb_state* mrb, struct mrb_irep *irep, mrb_code *pc, mrb_value *regs);
+ void (*code_fetch_hook)(struct mrb_state* mrb, struct mrb_irep *irep, mrb_code *pc, mrb_value *regs);
#endif
struct RClass *eException_class;