repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.0.13.32: fix run-sbcl.sh when sh != bash in disguise
[sbcl.git]
/
contrib
/
sb-cltl2
/
macroexpand.lisp
blob
71f450ede312979a7bfa23404b3200c2c3722144
1
(
in-package
:
sb-cltl2
)
2
3
(
defun
macroexpand-all
(
form
&
optional environment
)
4
(
let
((
sb-walker
::*
walk-form-expand-macros-p
*
t
))
5
(
sb-walker
:
walk-form form environment
)))