Merge branch 'patch-1' into 'win_merge'

cosmetic: fix typo



See merge request !1
This commit is contained in:
Fabrizio 2016-03-02 19:20:38 +00:00
commit bc6007b715

View file

@ -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"