This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Constification patch for the gcc directory
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Constification patch for the gcc directory
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sat, 6 Oct 2001 17:07:44 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On Sat, 6 Oct 2001, Kaveh R. Ghazi wrote:
> * c-format.c (format_length_info, format_char_info,
> format_flag_spec, format_flag_pair, format_kind_info): Likewise.
All these structure would eventually be able to get built up at runtime
with extensible format checking, so I don't see the desirability of
constifying their members. OTOH, the structures would probably undergo
further massive changes for extensible format checking in any case.
--
Joseph S. Myers
jsm28@cam.ac.uk