Make topenv() inlined.

This commit is contained in:
Masaki Muranaka
2013-03-18 22:52:57 +09:00
parent 1272d5fe0c
commit d7c6ebfc91
+1 -1
View File
@@ -194,7 +194,7 @@ is_strict(mrb_state *mrb, struct REnv *e)
return 0;
}
struct REnv*
inline struct REnv*
top_env(mrb_state *mrb, struct RProc *proc)
{
struct REnv *e = proc->env;