1.0.35.11: Minor cleanup in MAKE-FUN-TYPE / MAKE-VALUES-TYPE
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Thu, 11 Feb 2010 18:11:20 +0000 (18:11 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Thu, 11 Feb 2010 18:11:20 +0000 (18:11 +0000)
commit3893e84021b2466d34e44e97340b96c6325a4b8d
tree93e7e6546f22aff2ce4852299e849d120738800c
parent22de9286aa239843ab7bc2cb772009fba6bcd080
1.0.35.11: Minor cleanup in MAKE-FUN-TYPE / MAKE-VALUES-TYPE

  * MAKE-FUN-TYPE and MAKE-VALUES-TYPE took an :ARGS key parameter
    to translate from a list type-specifier to a ctype. This
    was used in the type-translators for FUNCTION and VALUES, only.
    So I removed :ARGS, and put that code into those type-translators.

  * Renamed ARGS-TYPES helper function to PARSE-ARGS-TYPES.
src/code/early-type.lisp
src/code/late-type.lisp
version.lisp-expr