mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 04:10:47 -08:00
Add declaration for search_macro().
This commit is contained in:
parent
1eaf1d3999
commit
07270ea7dc
1 changed files with 1 additions and 0 deletions
|
|
@ -472,6 +472,7 @@ extern int init_lwp(void);
|
|||
|
||||
/* macros.c */
|
||||
|
||||
extern cl_object search_macro(cl_object name, cl_object env);
|
||||
extern cl_object macro_expand1(cl_object form, cl_object env);
|
||||
extern cl_object macro_expand(cl_object form, cl_object env);
|
||||
extern void init_macros(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue