include/presym.h: MRB_GVSYM() for global variables is now available

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-12-14 16:03:35 +09:00
parent 46019f3871
commit d13e6ff8c9
7 changed files with 12 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ module MRuby
SYMBOL_TO_MACRO = {
# Symbol => Macro
# [prefix, suffix] => [prefix, suffix]
["$" , "" ] => ["GV" , "" ],
["@@" , "" ] => ["CV" , "" ],
["@" , "" ] => ["IV" , "" ],
["" , "!" ] => ["" , "_B" ],