pic_var_push and pic_var_pop are private APIs

This commit is contained in:
Yuichi Nishiwaki 2014-09-15 10:41:38 +09:00
parent 56b9173a98
commit a615eace09
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ struct pic_var *pic_make_var(pic_state *, pic_value, struct pic_proc * /* = NULL
pic_value pic_var_ref(pic_state *, struct pic_var *);
void pic_var_set(pic_state *, struct pic_var *, pic_value);
void pic_var_push(pic_state *, struct pic_var *, pic_value);
void pic_var_pop(pic_state *, struct pic_var *);
#if defined(__cplusplus)
}