diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:02:36 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:02:36 -0700 |
commit | fdf004cfcbbc7278a3e44e740f6d125022b14ef3 (patch) | |
tree | 5f89e42b86afaf647fb1cb39a915cef2bebd743d /gcc/expr.c | |
parent | 44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e (diff) | |
download | gcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.zip gcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.tar.gz gcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.tar.bz2 |
Fix copyrights.
From-SVN: r24531
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1988, 92-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |