summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormimaki <[email protected]>2012-04-20 16:56:13 +0900
committermimaki <[email protected]>2012-04-20 16:56:13 +0900
commitd67cd99b47a57dc3bf28af0b3bdc42d2eb887f03 (patch)
tree4aae8e774689e5b5a70bde6995387c2915548b7b
parentce195a4465974228dae57b8b836941fa9054ff0b (diff)
downloadmruby-d67cd99b47a57dc3bf28af0b3bdc42d2eb887f03.tar.gz
mruby-d67cd99b47a57dc3bf28af0b3bdc42d2eb887f03.zip
typo fixed in irep.h
-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;