[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Screwed up error message from compiler.
When compiling the following:
(defvar 1BAR 0(make-array 5))
(defun 1FOO 0()
(<= (aref bar 1) 3 (aref bar 2)))
the following error message occurs:
For Function CL-USER::FOO
GLOBAL:AR-1 is an obsolete function; use AREF.
GLOBAL:AR-1 is an obsolete function; use AREF.
As you can see from the example I did use AREF. The warning does not
show up when I use only 2 arguments with the <= function.
-- Wilson M. Michaels