mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
include/presym.h: MRB_GVSYM() for global variables is now available
This commit is contained in:
@@ -36,6 +36,7 @@ module MRuby
|
||||
SYMBOL_TO_MACRO = {
|
||||
# Symbol => Macro
|
||||
# [prefix, suffix] => [prefix, suffix]
|
||||
["$" , "" ] => ["GV" , "" ],
|
||||
["@@" , "" ] => ["CV" , "" ],
|
||||
["@" , "" ] => ["IV" , "" ],
|
||||
["" , "!" ] => ["" , "_B" ],
|
||||
|
||||
Reference in New Issue
Block a user