summaryrefslogtreecommitdiffhomepage
path: root/src/proc.c
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2012-12-10 23:08:28 +0900
committerYukihiro Matz Matsumoto <[email protected]>2012-12-10 23:08:28 +0900
commit83f41c9ee74e06030df572c4db7105ee9e328618 (patch)
treef648400c2f5e534e4cb680e4625d2977b34586d4 /src/proc.c
parent1b716b93c68e67b4341c071fee3cc2c470a23763 (diff)
downloadmruby-83f41c9ee74e06030df572c4db7105ee9e328618.tar.gz
mruby-83f41c9ee74e06030df572c4db7105ee9e328618.zip
add inline declaration
Diffstat (limited to 'src/proc.c')
-rw-r--r--src/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proc.c b/src/proc.c
index c40d0382f..c8354a9af 100644
--- a/src/proc.c
+++ b/src/proc.c
@@ -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;