diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-03 17:01:59 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-03 17:01:59 +0000 |
commit | 0bdb1d60799c44e1362e8515758655d3a92730ed (patch) | |
tree | 8fa1db6863394d66a6be002728fddbde6f78000b /gcc/bitmap.c | |
parent | 5b379086b4667d1a9deab9d2f7683d95bb0d5239 (diff) | |
download | gcc-0bdb1d60799c44e1362e8515758655d3a92730ed.tar.gz |
Update copyright date
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29785 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 4e448ac5886..91d0f36ed3a 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |