This commit is contained in:
Yuichi Nishiwaki 2014-03-04 00:29:00 +09:00
parent 8f5c053bd8
commit d8d34353aa
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void pic_gc_arena_restore(pic_state *, int);
pic_state *pic_open(int argc, char *argv[], char **envp);
void pic_close(pic_state *);
void pic_define(pic_state *, const char *, pic_value); /* symbol is automatically exported */
void pic_define(pic_state *, const char *, pic_value); /* automatic export */
pic_value pic_ref(pic_state *, const char *);
void pic_set(pic_state *, const char *, pic_value);