mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dump.h: add new dump flag MRB_DUMP_NO_LVAR
This commit is contained in:
@@ -19,6 +19,7 @@ MRB_BEGIN_DECL
|
||||
/* flags for mrb_dump_irep{,_binary,_cfunc,_cstruct} */
|
||||
#define MRB_DUMP_DEBUG_INFO 1
|
||||
#define MRB_DUMP_STATIC 2
|
||||
#define MRB_DUMP_NO_LVAR 4
|
||||
#define DUMP_DEBUG_INFO MRB_DUMP_DEBUG_INFO /* deprecated */
|
||||
|
||||
#ifndef MRB_NO_STDIO
|
||||
|
||||
Reference in New Issue
Block a user