undocument pic_defmacro

This commit is contained in:
Yuichi Nishiwaki 2014-07-28 00:41:20 +09:00
parent 28c486261c
commit 07b201c830
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ pic_value pic_funcall(pic_state *pic, const char *name, pic_list args);
struct pic_proc *pic_get_proc(pic_state *);
int pic_get_args(pic_state *, const char *, ...);
void pic_defun(pic_state *, const char *, pic_func_t);
void pic_defmacro(pic_state *, const char *, struct pic_proc *);
bool pic_equal_p(pic_state *, pic_value, pic_value);