This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] PATCH: Add new lang_hooks initializer
- To: Geert Bosch <bosch at gnat dot com>
- Subject: Re: [Ada] PATCH: Add new lang_hooks initializer
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 10 Oct 2001 16:25:19 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <Pine.GSO.4.10.10110101715360.5314-100000@nile.gnat.com>
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~