mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add inline declaration
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ mrb_proc_new(mrb_state *mrb, mrb_irep *irep)
|
||||
return p;
|
||||
}
|
||||
|
||||
static void
|
||||
static inline void
|
||||
closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
|
||||
{
|
||||
struct REnv *e;
|
||||
|
||||
Reference in New Issue
Block a user