Commit fb75e100 by Richard Kenner Committed by Geert Bosch

* misc.c (struct lang_hooks): Add new initializer to match GCC change.

From-SVN: r46159
parent bde257ff
2001-10-10 Richard Kenner <kenner@gnat.com>
* misc.c (struct lang_hooks): Add new initializer to match GCC change.
2001-10-10 Geert Bosch <bosch@gnat.com>
* xnmake.adb (XNmake): Fix handling of -s/-b options. No longer
......
......@@ -109,7 +109,8 @@ const char *gnat_tree_code_name[] = {
/* Structure giving our language-specific hooks. */
struct lang_hooks lang_hooks = {gnat_init, 0, gnat_init_options,
gnat_decode_option, 0};
gnat_decode_option, 0,
{0, 0, 0, 0, 0, 0, 0, 0}};
/* gnat standard argc argv */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment