chiark / gitweb /
src/codegen-proto.lisp: Delete obsolete `HACK' warning.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:20:14 +0000 (17:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:31:23 +0000 (17:31 +0100)
There's a principled(-ish) feature in `definst' nowadays.

src/codegen-proto.lisp

index 92569ae7f8a80eca899c401c5b99a92874870103..0d0bc222f7486c06a4284eb4354487db81815f03 100644 (file)
@@ -282,10 +282,6 @@ (defun format-banner-comment (stream control &rest args)
 
 ;; Important instruction classes.
 
-;; HACK: Some of the slot names we'd like to use are external symbols in our
-;; package or the `common-lisp' package.  Use gensyms for these slot names to
-;; prevent them from leaking.
-
 (definst var (stream :export t) (name %type &optional init)
   (pprint-logical-block (stream nil)
     (pprint-c-type type stream name)