X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=9211aac8d0ffc679217564e5742a7a25f6ed0cbe;hb=c7de1989d006e0b3a4f26143b7a81c9bdb754101;hp=98204ae3f36686bd3f3c14641ec44605571aa284;hpb=d656401927393487e28e1b765f868822370c1be3;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 98204ae..9211aac 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -466,15 +466,6 @@ result as a function value) is a fundamentally slow operation. There are still some nagging pre-ANSIisms, notably .TP 3 -\-- -CLOS (based on the PCL reference implementation) is incompletely -integrated into the system, so that e.g. SB-PCL::FIND-CLASS is a -different function than CL::FIND-CLASS. (In practice, you need to -be a pretty advanced user before this is a serious problem, and -by then you can usually work around it, but it's still distasteful. -It's arguably the outstanding "This should be fixed by version 1.0" -issue.) -.TP 3 -- The ANSI-recommended idiom for creating a function which is only sometimes expanded inline,