aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-iterate.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-25 22:45:17 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 22:45:17 -0700
commit517cbe13c456916d56b77744149cae30d99bdc9e (patch)
tree548d015513f7525d40f001a2ca04006e2f77c4cc /gcc/c-iterate.c
parenta7db8bbb2174663622eaa92b71ceb711c3058163 (diff)
downloadgcc-517cbe13c456916d56b77744149cae30d99bdc9e.zip
gcc-517cbe13c456916d56b77744149cae30d99bdc9e.tar.gz
gcc-517cbe13c456916d56b77744149cae30d99bdc9e.tar.bz2
Copyright fixes.
From-SVN: r32171
Diffstat (limited to 'gcc/c-iterate.c')
-rw-r--r--gcc/c-iterate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-iterate.c b/gcc/c-iterate.c
index fa19450..1692d2a 100644
--- a/gcc/c-iterate.c
+++ b/gcc/c-iterate.c
@@ -1,5 +1,6 @@
/* Build expressions with type checking for C compiler.
- Copyright (C) 1987, 88, 89, 92-98, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996
+ 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.