Commit 5538e30f by Kaveh R. Ghazi Committed by Kaveh Ghazi

* c-common.c (add_c_tree_codes): Fix definition for traditional C.

From-SVN: r34588
parent d5600cbe
2000-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-common.c (add_c_tree_codes): Fix definition for traditional C.
2000-06-17 Michael Meissner <meissner@redhat.com>
* gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
......
......@@ -3999,7 +3999,7 @@ static const char *c_tree_code_name[] = {
tree codes. */
void
add_c_tree_codes (void)
add_c_tree_codes ()
{
memcpy (tree_code_type + (int) LAST_AND_UNUSED_TREE_CODE,
c_tree_code_type,
......
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