diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f86398ba30f..632e4b38e39c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-05 Carlos O'Donell + + * c-typeck.c: Update copyright date. + 2006-01-05 Carlos O'Donell * c-typeck.c (build_c_cast): Always warn when casting diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 176ba7e8eecd..bda87890de55 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1,6 +1,7 @@ /* Build expressions with type checking for C compiler. Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. This file is part of GCC.