mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Avoid casting from int to unsigned char for C++; ref #3267
This commit is contained in:
+1
-1
@@ -380,7 +380,7 @@ static const struct types {
|
||||
/* {MRB_TT_VARMAP, "Varmap"}, */ /* internal use: dynamic variables */
|
||||
/* {MRB_TT_NODE, "Node"}, */ /* internal use: syntax tree node */
|
||||
/* {MRB_TT_UNDEF, "undef"}, */ /* internal use: #undef; should not happen */
|
||||
{-1, 0}
|
||||
{MRB_TT_MAXDEFINE, 0}
|
||||
};
|
||||
|
||||
MRB_API void
|
||||
|
||||
Reference in New Issue
Block a user