diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
commit | a8cffe1148512531649d897c006d23e36a22342c (patch) | |
tree | 9a8d2547175242f6b81be462ea57e5a732709986 /gcc/machmode.h | |
parent | dab4c373778583e48cbf58188a1ade923f64dad5 (diff) | |
download | gcc-a8cffe1148512531649d897c006d23e36a22342c.tar.gz |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/machmode.h')
-rw-r--r-- | gcc/machmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h index 2e2eb15d553..75a7d09d51d 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -1,5 +1,5 @@ /* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h. - Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc. This file is part of GNU CC. |