11 Aug
2012
11 Aug
'12
9 p.m.
Stas Boukarev <stassats@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.
-- With best regards, Stas.