gcc/
authorcarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jan 2006 19:39:22 +0000 (19:39 +0000)
committercarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jan 2006 19:39:22 +0000 (19:39 +0000)
2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>

* c-typeck.c: Update copyright date.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109387 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-typeck.c

index 6f86398..632e4b3 100644 (file)
@@ -1,5 +1,9 @@
 2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>
 
+       * c-typeck.c: Update copyright date.
+
+2006-01-05  Carlos O'Donell  <carlos@codesourcery.com>
+
        * c-typeck.c (build_c_cast): Always warn when casting
        from a pointer to an integer of different size, even if
        the node was constant.
index 176ba7e..bda8789 100644 (file)
@@ -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.