diff options
| author | Yuichiro MASUI <[email protected]> | 2013-03-02 23:40:34 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-03-08 03:14:21 +0900 |
| commit | 284258367881d74f784485c2e5d282f4f5d490a5 (patch) | |
| tree | a160d3c745f14e600edaed724f67d3107b362049 /test | |
| parent | 7d47096434994d9eb9712546879e3b52b04d3443 (diff) | |
| download | mruby-284258367881d74f784485c2e5d282f4f5d490a5.tar.gz mruby-284258367881d74f784485c2e5d282f4f5d490a5.zip | |
New mrb format. The detail is in https://github.com/mruby/mruby/issues/944
Diffstat (limited to 'test')
| -rw-r--r-- | test/init_mrbtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index 6b2219b6f..f077e6d51 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -4,7 +4,7 @@ #include "mruby/string.h" #include "mruby/proc.h" -extern const char mrbtest_irep[]; +extern const unsigned char mrbtest_irep[]; void mrbgemtest_init(mrb_state* mrb); |
