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

From-SVN: r34588
This commit is contained in:
Kaveh R. Ghazi 2000-06-18 13:09:26 +00:00 committed by Kaveh Ghazi
parent d5600cbe61
commit 5538e30f19
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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,