chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
runlisp.c: Undefine local option-parsing macros at the end of the block.
[runlisp]
/
runlisp.c
diff --git
a/runlisp.c
b/runlisp.c
index 65741ad85d0544a6f2a06c85c6a24a67989fcc25..5cd132077bedc5600414252828064e7c0a6c93ac 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. */