diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-13 05:40:34 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-13 05:40:34 +0000 |
commit | 2e6a59892bbc3510e96554228464aee4f83dd077 (patch) | |
tree | 95cfb613da67e4071dd9e2ab1d1398244d85a9e2 /gcc/genopinit.c | |
parent | 69d4ca36f4ee168bb08c7c9c2a5878514661889e (diff) | |
download | gcc-2e6a59892bbc3510e96554228464aee4f83dd077.tar.gz |
Rats. Forgot to change copyrights on the first commit.
From-SVN: r17902
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 5374786fe8f..de0e7b8222f 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -1,5 +1,5 @@ /* Generate code to initialize optabs from machine description. - Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1993, 94-97, 1998 Free Software Foundation, Inc. This file is part of GNU CC. |