mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
Merge branch 'patch-1' into 'win_merge'
cosmetic: fix typo See merge request !1
This commit is contained in:
commit
bc6007b715
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@
|
|||
output)
|
||||
(setf word nil))
|
||||
(push c word))
|
||||
finally ( return (push (make-array (length word) :element-type 'base-char
|
||||
:initial-contents (nreverse word))
|
||||
output))))
|
||||
finally (return (push (make-array (length word) :element-type 'base-char
|
||||
:initial-contents (nreverse word))
|
||||
output))))
|
||||
|
||||
(defconstant +known-keywords+
|
||||
'("sparc*" "x86*" "*-bit" "32*" "64*" "*32" "*64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue