Make topenv() static inlined

This commit is contained in:
Xuejie "Rafael" Xiao
2013-03-24 22:21:18 -04:00
parent 84161ed793
commit c4fb08ac86
+1 -1
View File
@@ -175,7 +175,7 @@ is_strict(mrb_state *mrb, struct REnv *e)
return 0;
}
inline struct REnv*
static inline struct REnv*
top_env(mrb_state *mrb, struct RProc *proc)
{
struct REnv *e = proc->env;