Add SET-MACRO-POLICY as mentioned on sbcl-devel
commit35b8c03155fa9895294421ca4a9f2d43df80003a
authorDouglas Katzman <dougk@google.com>
Sun, 12 Oct 2014 16:17:17 +0000 (12 12:17 -0400)
committerDouglas Katzman <dougk@google.com>
Sun, 12 Oct 2014 16:32:18 +0000 (12 12:32 -0400)
treea59aac0aa5251460741c2f89d8f4f8a0d71feec1
parent248e585a207eea513a45316eacccc4a93bb7ff35
Add SET-MACRO-POLICY as mentioned on sbcl-devel

Not documented as an extension yet - still in a an immature state.
package-data-list.lisp-expr
src/code/defmacro.lisp
src/code/macros.lisp
src/compiler/early-c.lisp
src/compiler/ir1-translators.lisp
src/compiler/main.lisp
src/compiler/policy.lisp
tests/compiler.impure.lisp
tests/macro-policy-test.lisp [new file with mode: 0644]