diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:32:37 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:32:37 +0900 |
| commit | 137570acf0f8f9dbfbdc8678d13650bfcfe9c140 (patch) | |
| tree | e5a250ef4c89217ecf2823f478a32edf6cf81834 /src/parse.y | |
| parent | a7b8a94e48b805cd1651807aae09faf2d265b61b (diff) | |
| download | mruby-137570acf0f8f9dbfbdc8678d13650bfcfe9c140.tar.gz mruby-137570acf0f8f9dbfbdc8678d13650bfcfe9c140.zip | |
capture_errors can be specified by mrbc_context
Diffstat (limited to 'src/parse.y')
| -rw-r--r-- | src/parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.y b/src/parse.y index 5376182a0..217e82a37 100644 --- a/src/parse.y +++ b/src/parse.y @@ -4683,6 +4683,7 @@ parser_init_cxt(parser_state *p, mrbc_context *cxt) local_add_f(p, cxt->syms[len]); } } + p->capture_errors = cxt->capture_errors; } static void |
