[armedbear-devel] char= compilation warning
11 Aug
2012
11 Aug
'12
8:55 p.m.
(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). -- With best regards, Stas.
11 Aug
11 Aug
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.
4561
Age (days ago)
4561
Last active (days ago)
1 comments
1 participants
participants (1)
-
Stas Boukarev