X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fctypes.lisp;h=2a0d0d9d0f7dff3c53fb8fe3306079ca5ba44f7b;hb=104ee7ee303efa16e415f5e75df635ac54dba733;hp=0cc4e82e9d7e307df0c9401655438f147e30bef2;hpb=9a241987c408980164f71237f7d840265302bbc1;p=sbcl.git diff --git a/src/pcl/ctypes.lisp b/src/pcl/ctypes.lisp index 0cc4e82..2a0d0d9 100644 --- a/src/pcl/ctypes.lisp +++ b/src/pcl/ctypes.lisp @@ -23,9 +23,9 @@ (in-package "SB-PCL") -;;; The built-in method combination types as taken from page 1-31 of 88-002R. -;;; Note that the STANDARD method combination type is defined by hand in the -;;; file combin.lisp. +;;; The built-in method combination types as taken from page 1-31 of +;;; 88-002R. Note that the STANDARD method combination type is defined +;;; by hand in the file combin.lisp. (define-method-combination + :identity-with-one-argument t) (define-method-combination and :identity-with-one-argument t) (define-method-combination append :identity-with-one-argument nil)