diff options
| author | Tatsuhiko Kubo <[email protected]> | 2014-08-28 12:04:40 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-08-29 01:06:22 +0900 |
| commit | 5fa30aeaea5a5886557274cbbbacf4e046b7e03e (patch) | |
| tree | 6b5944a953503ce7bf4d5bc4e1d8ab0a170c829d /src/state.c | |
| parent | abd7cad4fd261c9ceba2dccfbf91c3a38a19b00e (diff) | |
| download | mruby-5fa30aeaea5a5886557274cbbbacf4e046b7e03e.tar.gz mruby-5fa30aeaea5a5886557274cbbbacf4e046b7e03e.zip | |
Fix mismatches for MRB_API declarations.
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 8d6993b6f..2efd34334 100644 --- a/src/state.c +++ b/src/state.c @@ -256,7 +256,7 @@ mrb_close(mrb_state *mrb) mrb_free(mrb, mrb); } -mrb_irep* +MRB_API mrb_irep* mrb_add_irep(mrb_state *mrb) { static const mrb_irep mrb_irep_zero = { 0 }; |
