value.h: introduce MRB_TT_STRUCT for mruby-struct.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-09-29 13:39:07 +09:00
parent f1a5c050f4
commit bb3cd69aff
4 changed files with 13 additions and 11 deletions
+1
View File
@@ -150,6 +150,7 @@ static const unsigned int IEEE754_INFINITY_BITS_SINGLE = 0x7F800000;
f(MRB_TT_ENV, struct REnv, "env") \
f(MRB_TT_DATA, struct RData, "Data") \
f(MRB_TT_FIBER, struct RFiber, "Fiber") \
f(MRB_TT_STRUCT, struct RArray, "Struct") \
f(MRB_TT_ISTRUCT, struct RIStruct, "istruct") \
f(MRB_TT_BREAK, struct RBreak, "break") \
f(MRB_TT_COMPLEX, struct RComplex, "Complex") \