[Openmcl-devel] Compiler warnings
Ron Garret
ron at flownet.com
Sat Oct 17 02:59:32 PDT 2009
On Oct 16, 2009, at 11:16 AM, David L. Rager wrote:
> Hi Taoufik,
>
> You need to define x to avoid those warnings.
>
> (defvar *x* '(a b c))
>
> Note that I'm fairly sure that defvar only sets a variable's value
> upon initialization. Any subsequent calls to define the same variable
> are effectively no-ops.
Unless CCL:*ALWAYS-EVAL-USER-DEFVARS* is set to T.
rg
More information about the Openmcl-devel
mailing list