From: Mark Wooding Date: Mon, 4 Mar 2024 17:29:35 +0000 (+0000) Subject: lib.c (subst): Fix local macro deletion. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/a3c40b3e26b8806c328c92a6372f69bc31299c34 lib.c (subst): Fix local macro deletion. --- diff --git a/lib.c b/lib.c index e648857..5aa12e3 100644 --- a/lib.c +++ b/lib.c @@ -1413,9 +1413,10 @@ static const char *subst(const char *p, const char *l, 0, ESCAPE DELIM SUBST QUOT -#undef COMMON +#undef ESCAPE +#undef SUBST #undef WORDSEP -#undef SQUOT +#undef QUOT #undef DELIM };