diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-08-08 00:25:35 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-08-08 00:25:35 +0900 |
| commit | 8af5a999bfcaecbc9c1ff791d03f5904b1e5172f (patch) | |
| tree | 0848b9ce90996a2dce3cf1103da6b002b49023e8 /include | |
| parent | f0462b4122edd6a6fb42d07f469813a05f0620d8 (diff) | |
| download | mruby-8af5a999bfcaecbc9c1ff791d03f5904b1e5172f.tar.gz mruby-8af5a999bfcaecbc9c1ff791d03f5904b1e5172f.zip | |
store :initialize in mrb structure
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h index 451b4eb8b..dbd6b2650 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -238,6 +238,7 @@ typedef struct mrb_state { struct mrb_irep **irep; size_t irep_len, irep_capa; + mrb_sym init_sym; struct RClass *object_class; struct RClass *class_class; struct RClass *module_class; |
