X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.lisp;h=fbfc120c2d732625e8f7e820ed14ea3d0652628f;hb=ee05cb79a6d8f5f532abbae802ccce2790d5e564;hp=17eb941160266abcab9d1276c2054b7ba051e9a8;hpb=b5af62c291e22c513bfd2b6c2cc24d02886fc2a8;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)