diff options
Diffstat (limited to 'contrib/gcc/gencheck.c')
-rw-r--r-- | contrib/gcc/gencheck.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/gencheck.c b/contrib/gcc/gencheck.c index 58009a8ea3c8e..430be23f04a0c 100644 --- a/contrib/gcc/gencheck.c +++ b/contrib/gcc/gencheck.c @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998, 1999, 2000, 2002, 2003 + Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -16,8 +16,8 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #include "bconfig.h" #include "system.h" @@ -42,7 +42,7 @@ usage (void) } int -main (int argc, char **argv ATTRIBUTE_UNUSED) +main (int argc, char ** ARG_UNUSED (argv)) { int i, j; |