cmp: ctop-write: don't reverse *static-constants* twice

This was probably a braino. *static-constants* is always a list.
This commit is contained in:
Daniel Kochmański 2021-05-12 16:04:38 +02:00
parent 7efb01d7d1
commit a70c2fa36c

View file

@ -117,8 +117,7 @@
(wt-nl-h "}")
(wt-nl-h "#endif")
(when (and (listp *static-constants*)
(setf *static-constants* (nreverse *static-constants*)))
(unless (null *static-constants*)
(wt-nl-h "/*")
(wt-nl-h " * Statically defined constants")
(wt-nl-h " */")