From: Mark Wooding Date: Wed, 7 Aug 2019 16:20:14 +0000 (+0100) Subject: src/codegen-proto.lisp: Delete obsolete `HACK' warning. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/aacf10575a85e6d31e83758456d5fd4bfc51f92c?ds=sidebyside src/codegen-proto.lisp: Delete obsolete `HACK' warning. There's a principled(-ish) feature in `definst' nowadays. --- diff --git a/src/codegen-proto.lisp b/src/codegen-proto.lisp index 92569ae..0d0bc22 100644 --- a/src/codegen-proto.lisp +++ b/src/codegen-proto.lisp @@ -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)