aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-21 20:52:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-21 20:52:28 +0000
commit521cc5083b0b9a962af493d25b86de0efed268ca (patch)
treed32a275d9d20142718e0277d199ff01545362b7d /gcc/cp/call.c
parentec13ba83bafe48d0da35c10ed3053bfb0e5256c5 (diff)
downloadgcc-521cc5083b0b9a962af493d25b86de0efed268ca.zip
gcc-521cc5083b0b9a962af493d25b86de0efed268ca.tar.gz
gcc-521cc5083b0b9a962af493d25b86de0efed268ca.tar.bz2
Make-lang.in, [...]: Update copyright.
* Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c, init.c, mangle.c, typeck.c: Update copyright. From-SVN: r76304
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index ea4e066..5fefefe 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -1,6 +1,6 @@
/* Functions related to invoking methods and overloaded functions.
Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) and
modified by Brendan Kehoe (brendan@cygnus.com).