diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-01 21:38:02 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-01 21:38:02 +0900 |
| commit | 8d2880bbfe229b7c8df327be2d046820cce07838 (patch) | |
| tree | e0a3d61fd34cfd01fd6db13468d10be5dd9dcfc9 /src/object.c | |
| parent | c0e1fc935c301dd86705d754bcf8493c5200eaf9 (diff) | |
| parent | 99a6de063cc4c4964074b27ad21553043b468368 (diff) | |
| download | mruby-8d2880bbfe229b7c8df327be2d046820cce07838.tar.gz mruby-8d2880bbfe229b7c8df327be2d046820cce07838.zip | |
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-pluggable_struct
Diffstat (limited to 'src/object.c')
| -rw-r--r-- | src/object.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object.c b/src/object.c index e087c35c0..6707fc6e4 100644 --- a/src/object.c +++ b/src/object.c @@ -379,7 +379,6 @@ static const struct types { {MRB_TT_HASH, "Hash"}, {MRB_TT_STRING, "String"}, {MRB_TT_RANGE, "Range"}, - {MRB_TT_STRUCT, "Struct"}, // {MRB_TT_BIGNUM, "Bignum"}, {MRB_TT_FILE, "File"}, {MRB_TT_DATA, "Data"}, /* internal use: wrapped C pointers */ |
