Add declaration for search_macro().

This commit is contained in:
jjgarcia 2001-08-11 13:29:05 +00:00
parent 1eaf1d3999
commit 07270ea7dc

View file

@ -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);