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 libiberty


On Sat, Oct 06, 2001 at 09:17:23AM -0400, Kaveh R. Ghazi wrote:
> -  const char *demangling_style_name;
> -  const char *demangling_style_doc;
> +  const char *const demangling_style_name;
> +  const char *const demangling_style_doc;

Does doubling the const qualifier do something?


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