> 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?

"Constants", in the sense used in this thread, are not defconsts
(which are really mutable), but keywords, and symbols defined in C
which are marked as constant (for example,
`enable-multibyte-characters').

-- 
                    /L/e/k/t/u


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to