X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fprimordial-extensions.lisp;h=09ec0ca6d5cc38a7e7902ff46d72ce3a15d3203d;hb=c8218514d751c4d777892b79bbf1ca6597f731c0;hp=f78d9f8f33e115444a441705eb5be5cfbaf7763b;hpb=c7468ce98233e22d968b8a740743b4bac9ea2c5a;p=sbcl.git diff --git a/src/code/primordial-extensions.lisp b/src/code/primordial-extensions.lisp index f78d9f8..09ec0ca 100644 --- a/src/code/primordial-extensions.lisp +++ b/src/code/primordial-extensions.lisp @@ -31,10 +31,10 @@ ;;; and there's also the noted-below problem that the C-level code ;;; contains implicit assumptions about this marker. ;;; -;;; KLUDGE: Note that as of version 0.6.6 there's a dependence in the +;;; KLUDGE: Note that as of version 0.pre7 there's a dependence in the ;;; gencgc.c code on this value being a symbol. (This is only one of -;;; many nasty dependencies between that code and this, alas.) -;;; -- WHN 2001-02-28 +;;; several nasty dependencies between that code and this, alas.) +;;; -- WHN 2001-08-17 ;;; ;;; FIXME: We end up doing two DEFCONSTANT forms because (1) LispWorks ;;; needs EVAL-WHEN wrapped around DEFCONSTANT, and (2) SBCL's