X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefmacro.lisp;h=edbc93cdb8b8a1dcfc2501d6e1e50a00e33301c9;hb=e5e1b41799b814bca18e5f6e5c10b12d06c35c46;hp=a889710979ebb53036068b5ecc9c05b36340388d;hpb=a0a413499415738d23cc40baa44e9c404af54a94;p=sbcl.git diff --git a/src/code/defmacro.lisp b/src/code/defmacro.lisp index a889710..edbc93c 100644 --- a/src/code/defmacro.lisp +++ b/src/code/defmacro.lisp @@ -37,8 +37,7 @@ :environment environment) (let ((def `(lambda (,whole ,environment) ,@local-decs - (block ,name - ,new-body))) + ,new-body)) ;; If we want to move over to list-style names ;; [e.g. (DEFMACRO FOO), maybe to support some XREF-like ;; functionality] here might be a good place to start. @@ -93,8 +92,7 @@ lambda-list (%simple-fun-name (%closure-fun definition)) debug-name)) - ((#.sb!vm:simple-fun-header-widetag - #.sb!vm:closure-fun-header-widetag) + (#.sb!vm:simple-fun-header-widetag (setf (%simple-fun-arglist definition) lambda-list (%simple-fun-name definition) debug-name)))) name))))