lib.c (subst): Fix local macro deletion.
[runlisp] / lib.c
diff --git a/lib.c b/lib.c
index e648857..5aa12e3 100644 (file)
--- 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
   };