Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    55c5b06f
    (DESTRUCTURING-BIND (X . Y) () ...) did not signal an error. · 55c5b06f
    gerd authored
    	Reported by Edi Weitz on cmucl-help.
    
    	* src/code/defmacro.lisp (restify-dotted-lambda-list): New
    	function.
    	(parse-defmacro-lambda-list): Use it to tranform dotted
    	lambda-list to undotted lambda-lists with &rest.  Remove
    	special handling of dotted lambda-lists.
    55c5b06f
    History
    (DESTRUCTURING-BIND (X . Y) () ...) did not signal an error.
    gerd authored
    	Reported by Edi Weitz on cmucl-help.
    
    	* src/code/defmacro.lisp (restify-dotted-lambda-list): New
    	function.
    	(parse-defmacro-lambda-list): Use it to tranform dotted
    	lambda-list to undotted lambda-lists with &rest.  Remove
    	special handling of dotted lambda-lists.