staticize compile function

This commit is contained in:
Yuichi Nishiwaki 2014-02-04 18:54:33 +09:00
parent 849746b919
commit c1e5eefbbd
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ pic_codegen(pic_state *pic, pic_value obj)
return destroy_codegen_state(state);
}
struct pic_irep *
static struct pic_irep *
compile(pic_state *pic, pic_value obj)
{
struct pic_irep *irep;