runlisp.c: Undefine local option-parsing macros at the end of the block.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 12:38:36 +0000 (13:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 13:59:01 +0000 (14:59 +0100)
runlisp.c

index 65741ad..5cd1320 100644 (file)
--- a/runlisp.c
+++ b/runlisp.c
@@ -303,6 +303,9 @@ static void parse_options(int argc, char *argv[])
       default: flags |= AF_BOGUS; break;
     }
   }
       default: flags |= AF_BOGUS; break;
     }
   }
+
+#undef FLAGOPT
+#undef CMDL
 }
 
 /* Extract and process the embedded options from a SCRIPT. */
 }
 
 /* Extract and process the embedded options from a SCRIPT. */