X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.lisp;h=fbfc120c2d732625e8f7e820ed14ea3d0652628f;hb=1330decaa5c85fe9eda4f8933269e2dbaae2f7a7;hp=17eb941160266abcab9d1276c2054b7ba051e9a8;hpb=010634515de14538c78c53d26c99d5de0f8d3593;p=uffi.git diff --git a/src/primitives.lisp b/src/primitives.lisp index 17eb941..fbfc120 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -298,8 +298,8 @@ supports takes advantage of this optimization." (eval-when (:compile-toplevel :load-toplevel :execute) (when (char= #\a (schar (symbol-name '#:a) 0)) (pushnew :uffi-lowercase-reader *features*)) - (when (not (string-equal (symbol-name '#:a) - (symbol-name '#:A))) + (when (not (string= (symbol-name '#:a) + (symbol-name '#:A))) (pushnew :uffi-case-sensitive *features*))) (defun make-lisp-name (name)