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:
+3
-2
@@ -1141,8 +1141,9 @@ MRB_API mrb_value mrb_funcall_argv(mrb_state *mrb, mrb_value val, mrb_sym name,
|
||||
*/
|
||||
MRB_API mrb_value mrb_funcall_with_block(mrb_state *mrb, mrb_value val, mrb_sym name, mrb_int argc, const mrb_value *argv, mrb_value block);
|
||||
/**
|
||||
* Create a symbol from C string. But usually it's better to use MRB_SYM,
|
||||
* MRB_OPSYM, MRB_CVSYM, MRB_IVSYM, MRB_SYM_B, MRB_SYM_Q, MRB_SYM_E macros.
|
||||
* Create a symbol from C string. But usually it's better to
|
||||
* use MRB_SYM, MRB_OPSYM, MRB_CVSYM, MRB_IVSYM, MRB_GVSYM,
|
||||
* MRB_SYM_B, MRB_SYM_Q, MRB_SYM_E macros.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user