diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f23cfe9a837fac3acb7b86c12ace20928852001f..855bd6438c6658182d34a60372ff641a8f10788b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/c-common.c b/gcc/c-common.c index f74cad28ab8d6ba224e64f3bd38b6bbe54c433ee..2f25a6765f16b4ce9e538fa32bd7f8cb21df3465 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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,