[armedbear-devel] char= compilation warning

Stas Boukarev stassats at gmail.com
Sat Aug 11 21:00:55 UTC 2012


Stas Boukarev <stassats at gmail.com> writes:

> (compile (defun test (a b c) (if (char= a b c) t)))
> ; Caught WARNING:
> ;   Wrong number of arguments for CHAR= (expected 2, but received 3).
> The error is caused by p2-test-char= in compiler-pass2.lisp:2667 calling
> (check-arg-count form 2).
Attached what appears to be the right solution.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: char.diff
Type: text/x-diff
Size: 512 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20120812/8342c591/attachment.diff>
-------------- next part --------------

-- 
With best regards, Stas.


More information about the armedbear-devel mailing list