Commit 30472f46 by Kaveh R. Ghazi Committed by Kaveh Ghazi

gencodes.c (output_predicate_decls): Fill empty initializer braces.

	* gencodes.c (output_predicate_decls): Fill empty initializer
	braces.

From-SVN: r38684
parent c3843cea
2001-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gencodes.c (output_predicate_decls): Fill empty initializer
braces.
2001-01-04 Jakub Jelinek <jakub@redhat.com>
* tradcpp.c (deps_file, print_deps_missing_files): New variables.
......
......@@ -59,7 +59,7 @@ output_predicate_decls ()
RTX_CODE codes[NUM_RTX_CODE];
} *p, predicate[] = {
PREDICATE_CODES
{NULL, {}}
{NULL, {0}}
};
putc ('\n', stdout);
......
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