diff options
| author | Yuichiro MASUI <[email protected]> | 2013-03-08 18:55:15 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-03-08 18:55:15 +0900 |
| commit | 814094230cb49ac3699296e49e03b6b19c5fcf10 (patch) | |
| tree | 1637bb2659454e74f97663e63088497a70d81ccc /test | |
| parent | 284258367881d74f784485c2e5d282f4f5d490a5 (diff) | |
| download | mruby-814094230cb49ac3699296e49e03b6b19c5fcf10.tar.gz mruby-814094230cb49ac3699296e49e03b6b19c5fcf10.zip | |
Change unsigned char to uint8_t
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 f077e6d51..069a76ac9 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 unsigned char mrbtest_irep[]; +extern const uint8_t mrbtest_irep[]; void mrbgemtest_init(mrb_state* mrb); |
