mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Pluggable Struct
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user