diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-11 23:15:28 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-11 23:15:28 +0000 |
commit | f4ac4e511a6e9e8c96c3e90c9ff3d04ba749a8a5 (patch) | |
tree | f90428ec00a442cd32b64de4867538bef6de1e83 /gcc/local-alloc.c | |
parent | ec0be2724e61dbfe6ae49ee2113135a5e5e055dd (diff) | |
download | gcc-f4ac4e511a6e9e8c96c3e90c9ff3d04ba749a8a5.tar.gz |
Update copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 660efce62c6..d063aac7ba5 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1,5 +1,5 @@ /* Allocate registers within a basic block, for GNU compiler. - Copyright (C) 1987, 88, 91, 93-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 91, 93-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |