diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:52:11 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:52:11 +0900 |
| commit | fc27f71289b84f700efc780ae79eea66f212c0c4 (patch) | |
| tree | 9aeea40a4ff3d674c11ee4c078169045ee5e874b /include | |
| parent | a1af20baa9f9a96c2a8cd6a9a1505fe53799e9c9 (diff) | |
| download | mruby-fc27f71289b84f700efc780ae79eea66f212c0c4.tar.gz mruby-fc27f71289b84f700efc780ae79eea66f212c0c4.zip | |
add new function mrb_parser_free()
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h index 8f65932ba..42820896e 100644 --- a/include/mruby/compile.h +++ b/include/mruby/compile.h @@ -98,6 +98,7 @@ struct mrb_parser_state { }; struct mrb_parser_state* mrb_parser_new(mrb_state*); +void mrb_parser_free(struct mrb_parser_state*); const char *mrb_parser_filename(struct mrb_parser_state*, const char*); void mrb_parser_parse(struct mrb_parser_state*,mrbc_context*); |
