X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/6c39ec6d05467457c590ec93ad98c179be6618af..2b881c533473e8a972a68f88cb0f54d5cfbc2d04:/runlisp.c diff --git a/runlisp.c b/runlisp.c index 65741ad..5cd1320 100644 --- a/runlisp.c +++ b/runlisp.c @@ -303,6 +303,9 @@ static void parse_options(int argc, char *argv[]) default: flags |= AF_BOGUS; break; } } + +#undef FLAGOPT +#undef CMDL } /* Extract and process the embedded options from a SCRIPT. */