diff options
| author | Jun Hiroe <[email protected]> | 2013-07-14 05:08:33 +0900 |
|---|---|---|
| committer | Jun Hiroe <[email protected]> | 2013-07-14 05:08:33 +0900 |
| commit | f7855764bc9d52913970cccfbf16600cca731051 (patch) | |
| tree | 1d99cb1ce91dc0c9f2ccce94e6427376687d1e09 | |
| parent | 900b680006c64db52718a98632da5550950aa9bc (diff) | |
| download | mruby-f7855764bc9d52913970cccfbf16600cca731051.tar.gz mruby-f7855764bc9d52913970cccfbf16600cca731051.zip | |
Replace int with mrb_bool because return a value is boolean.
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ uvenv(mrb_state *mrb, int up) return e; } -static inline int +static inline mrb_bool is_strict(mrb_state *mrb, struct REnv *e) { int cioff = e->cioff; |
