summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-20 17:18:37 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-20 17:18:37 +0900
commit34e376e05d95b06e0e074a0712c2fe9df8b3e551 (patch)
tree6ac3f2c8bdb57e62a9033a85cf4e4db65cfa3422 /src
parentd1144220cb899b24ca949ee230606f76cd4e0b99 (diff)
parent43683ec87870f8d19767a7fa586433441bb368a2 (diff)
downloadmruby-34e376e05d95b06e0e074a0712c2fe9df8b3e551.tar.gz
mruby-34e376e05d95b06e0e074a0712c2fe9df8b3e551.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src')
-rw-r--r--src/irep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irep.h b/src/irep.h
index 5ec6cc6f1..d73931a90 100644
--- a/src/irep.h
+++ b/src/irep.h
@@ -10,7 +10,7 @@ typedef struct mrb_irep {
mrb_code *iseq;
mrb_value *pool;
- int *syms;
+ mrb_sym *syms;
int ilen, plen, slen;
} mrb_irep;