[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defvar'ing constants
From: |
Jay Belanger |
Subject: |
Re: defvar'ing constants |
Date: |
Sat, 25 Jun 2005 21:28:43 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
David Kastrup <address@hidden> writes:
> Jay Belanger <address@hidden> writes:
...
>> If a constant is defined in one file but used in a second, is there
>> then a way of quieting the compiler when the second file is
>> compiled?
>
> (defconst CONSTANT)
>
> would appear to be a nice form for doing that. It is not valid right
> now.
That would be nice.
A while back, there was a discussion along the lines of doing
something similar for functions,
(defun foo)
to keep the compiler happy. I recall the idea (not mine) meeting
approval. Perhaps it's still planned for a future release?
Jay