mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
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:
parent
7efb01d7d1
commit
a70c2fa36c
1 changed files with 1 additions and 2 deletions
|
|
@ -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 " */")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue