From dcc3fcf29258eb75d78c0275e26349c783ef50c4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 8 Oct 2003 08:01:50 +0000 Subject: genopinit.c (main): Output code to declare undefined variables. * genopinit.c (main): Output code to declare undefined variables. From-SVN: r72220 --- gcc/genopinit.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/genopinit.c') diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 71fbbbf..90d529a 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -356,6 +356,11 @@ from the machine description file `md'. */\n\n"); printf ("void\ninit_all_optabs (void)\n{\n"); + puts ("\ +#ifdef FIXUNS_TRUNC_LIKE_FIX_TRUNC\n\ + int i, j;\n\ +#endif\n"); + /* Read the machine description. */ while (1) -- cgit v1.1