diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-13 15:36:43 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-13 15:36:43 +0900 |
| commit | 8e1c842b7e17ecb58e25e48e0cac253bceb00f14 (patch) | |
| tree | 9fff744ddb21143e41a1b7af6346fc7e874f4c13 /include | |
| parent | 737eaea038af56794b8fdb5a66bb4138dbd446f6 (diff) | |
| download | mruby-8e1c842b7e17ecb58e25e48e0cac253bceb00f14.tar.gz mruby-8e1c842b7e17ecb58e25e48e0cac253bceb00f14.zip | |
simpify mruby/mrbc using context
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/compile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h index e3361feed..4dd369adb 100644 --- a/include/mruby/compile.h +++ b/include/mruby/compile.h @@ -22,6 +22,8 @@ typedef struct mrbc_context { char *filename; int lineno; int capture_errors:1; + int dump_result:1; + int no_exec:1; } mrbc_context; mrbc_context* mrbc_context_new(mrb_state *mrb); |
