mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
undefine "local" macros after use
This commit is contained in:
parent
f1972698a6
commit
81aba19868
2 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ void init_special_form_handlers(LakeCtx *ctx)
|
|||
/* HANDLER("let", &_let); */
|
||||
/* HANDLER("let!", &_letB); */
|
||||
/* HANDLER("letrec", &_letrec); */
|
||||
|
||||
#undef HANDLER
|
||||
}
|
||||
|
||||
gboolean is_special_form(LakeCtx *ctx, LakeList *expr)
|
||||
|
|
|
|||
|
|
@ -292,4 +292,6 @@ void bind_primitives(LakeCtx *ctx)
|
|||
/* string> */
|
||||
/* string-concatenate */
|
||||
/* string-slice */
|
||||
|
||||
#undef DEFINE
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue