chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85aa8b3
)
src/codegen-proto.lisp: Delete obsolete `HACK' warning.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:20:14 +0000
(17:20 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/src/codegen-proto.lisp
b/src/codegen-proto.lisp
index 92569ae7f8a80eca899c401c5b99a92874870103..0d0bc222f7486c06a4284eb4354487db81815f03 100644
(file)
--- 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)