Pluggable Struct

This commit is contained in:
mattn
2013-03-01 13:37:46 +09:00
parent c567a28f2c
commit 138ecf4723
10 changed files with 25 additions and 59 deletions
-1
View File
@@ -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 */