Skip to content
Snippets Groups Projects
Commit 38d5f67c authored by Philipp Marek's avatar Philipp Marek
Browse files

Merge branch 'notinline' into 'master'

Do not inline LENGTH on LispWorks.

See merge request alexandria/alexandria!4
parents c2331dde 7f0750bf
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
"Return true if SEQUENCE is a sequence of length LENGTH. Signals an error if
SEQUENCE is not a sequence. Returns FALSE for circular lists."
(declare (type array-index length)
(inline length)
#-lispworks (inline length)
(optimize speed))
(etypecase sequence
(null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment