X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcold%2Fwith-stuff.lisp;h=47f308680d3ec02e0baf3a84a426767cfeb70299;hb=3eb39e017e52b5d704e7d33405c873af52a533fd;hp=0e39e3a0c54635b64cb6c1297c28a8d0de22b5d7;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/cold/with-stuff.lisp b/src/cold/with-stuff.lisp index 0e39e3a..47f3086 100644 --- a/src/cold/with-stuff.lisp +++ b/src/cold/with-stuff.lisp @@ -12,8 +12,6 @@ (in-package "SB-COLD") -;;;; $Header$ - ;;; a helper macro for WITH-ADDITIONAL-NICKNAME and WITHOUT-SOME-NICKNAME (defmacro with-given-nicknames ((package-designator nicknames) &body body) (let ((p (gensym "P")) @@ -97,9 +95,9 @@ (compile '%without-given-nickname) (compile '%multi-nickname-magic) -;;; Like WITH-ADDITIONAL-NICKNAME and WITHOUT-GIVEN-NICKNAMES, except -;;; working on arbitrary lists of nickname descriptors instead of -;;; single nickname/package pairs. +;;; This is like WITH-ADDITIONAL-NICKNAME and WITHOUT-GIVEN-NICKNAMES, +;;; except working on arbitrary lists of nickname descriptors instead +;;; of single nickname/package pairs. ;;; ;;; A nickname descriptor is a list of the form ;;; PACKAGE-DESIGNATOR NICKNAME*