This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Constification patch for the gcc directory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]