X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fboot-extensions.lisp;h=b4eabcc733a9729bceada08619c6e2ce1cb682de;hb=2d65a5544c5134461574a0e69a6f1361bb98b27c;hp=550641169b2a9c3d945a720a05d494a14d22a0b1;hpb=95a6db7329b91dd90d165dd4057b9b5098d34aa2;p=sbcl.git diff --git a/src/code/boot-extensions.lisp b/src/code/boot-extensions.lisp index 5506411..b4eabcc 100644 --- a/src/code/boot-extensions.lisp +++ b/src/code/boot-extensions.lisp @@ -26,7 +26,7 @@ ;;; a helper function for various macros which expect clauses of a ;;; given length, etc. ;;; -;;; KLUDGE: This implementation will hang on circular list structure. +;;; FIXME: This implementation will hang on circular list structure. ;;; Since this is an error-checking utility, i.e. its job is to deal ;;; with screwed-up input, it'd be good style to fix it so that it can ;;; deal with circular list structure.