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: [Ada] PATCH: Add new lang_hooks initializer


On Wed, Oct 10, 2001 at 05:17:43PM -0400, Geert Bosch wrote:
> 	* misc.c (struct lang_hooks): Add new initializer to match GCC change.

Incorrect.  The final declaration should be exactly

  struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;

C.f. cp/cp-lang.c.


r~


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