diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:42:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:42:33 +0000 |
commit | 975bdbbe20ac13e814cbd218e20a21e758b2418b (patch) | |
tree | 1c3d26a612cbafa4ab957d00c00e67179ecd3191 /gcc/c-typeck.c | |
parent | 6b4e4ff6bd9efc7966160e46ba799ca16585a482 (diff) | |
download | ppe42-gcc-975bdbbe20ac13e814cbd218e20a21e758b2418b.tar.gz ppe42-gcc-975bdbbe20ac13e814cbd218e20a21e758b2418b.zip |
Update copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17348 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-typeck.c')
-rw-r--r-- | gcc/c-typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index fb5efd76bdb..b3576a2ea29 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1,5 +1,5 @@ /* Build expressions with type checking for C compiler. - Copyright (C) 1987, 88, 91-6, 1997 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 91-7, 1998 Free Software Foundation, Inc. This file is part of GNU CC. |