summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-09-29 13:39:07 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-09-30 12:46:45 +0900
commitbb3cd69aff5d6cecf87af9ec65994ad701c65a3c (patch)
tree6ce7317ffe7afe724aa2af5f675e0dc32e6e4c02 /include
parentf1a5c050f40e5cf7f234aaf4ca75144a9202158a (diff)
downloadmruby-bb3cd69aff5d6cecf87af9ec65994ad701c65a3c.tar.gz
mruby-bb3cd69aff5d6cecf87af9ec65994ad701c65a3c.zip
value.h: introduce `MRB_TT_STRUCT` for `mruby-struct`.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index 6e0475ddd..ad439334b 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -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") \