Skip to content
Snippets Groups Projects
Commit c53007d8 authored by rtoy's avatar rtoy
Browse files

From Juan Jose Garcia Ripoll:

    but the following gives wrong results:

    (macroexpand '(multiple-value-bind (&rest x) (foo y) d))

    (MULTIPLE-VALUE-CALL

       #'(LAMBDA (&OPTIONAL &REST X &REST #:G858) (DECLARE (IGNORE #:G858)) D)

      (FOO Y))

Fix from Juan Jose Garcia Ripoll.
parent a002ef9e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment