add 'static'

This commit is contained in:
Yuichi Nishiwaki 2014-02-07 10:02:09 +09:00
parent cd12977cfe
commit 1afbfcda23
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ pic_apply(pic_state *pic, struct pic_proc *proc, pic_value argv)
} VM_LOOP_END;
}
struct pic_code trampoline_iseq[] = {
static struct pic_code trampoline_iseq[] = {
{ OP_NOP, {0} },
{ OP_TAILCALL, {0} },
};