X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=strings.lisp;h=8201a98b2d209fda6cde8a98d4e0d08248fe400b;hp=533bf013a5c663fba805486f07927344f7f39afd;hb=7218cf73c0c074deb473571ce0a766473791cf0d;hpb=5f3fba52fd7c9984a7f797c4720ec93799d6d786 diff --git a/strings.lisp b/strings.lisp index 533bf01..8201a98 100644 --- a/strings.lisp +++ b/strings.lisp @@ -627,7 +627,7 @@ for characters in a string" (defun trim-non-alphanumeric (word) "Strip non-alphanumeric characters from beginning and end of a word." (declare (simple-string word) - (optimize (speed 3) (safety 0) (size 0))) + (optimize (speed 3) (safety 0) (space 0))) (let* ((start 0) (len (length word)) (end len))