X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fctypes.lisp;h=2a0d0d9d0f7dff3c53fb8fe3306079ca5ba44f7b;hb=d25e3478acccec70402ff32554669a982be8e281;hp=b90b49ef2123aeca679e5d8c673f4fe5e63f18de;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/ctypes.lisp b/src/pcl/ctypes.lisp index b90b49e..2a0d0d9 100644 --- a/src/pcl/ctypes.lisp +++ b/src/pcl/ctypes.lisp @@ -22,13 +22,10 @@ ;;;; specification. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") -;;; 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)