From a3c40b3e26b8806c328c92a6372f69bc31299c34 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 4 Mar 2024 17:29:35 +0000 Subject: [PATCH] lib.c (subst): Fix local macro deletion. --- lib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }; -- 2.11.0