From f6ea0188bf449405a32c5676a7db513abe039aab Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 12 Jan 2004 13:56:39 +0100 Subject: [PATCH] misc.c: Remove trailing spaces. * misc.c: Remove trailing spaces. Update copyright notice missed in previous change. From-SVN: r75716 --- gcc/ada/ChangeLog | 3 +++ gcc/ada/misc.c | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c8c82d2f105..ec010c6430d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,8 @@ 2004-01-12 Arnaud Charlet + * misc.c: Remove trailing spaces. + Update copyright notice missed in previous change. + PR ada/13572 * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of prefix/share/make diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 43a63dedc81..7554a127e5e 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2003 Free Software Foundation, Inc. * + * Copyright (C) 1992-2004 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -534,7 +534,7 @@ static const char * gnat_printable_name (tree decl, int verbosity) { const char *coded_name = IDENTIFIER_POINTER (DECL_NAME (decl)); - char *ada_name = (char *) ggc_alloc (strlen (coded_name) * 2 + 60); + char *ada_name = (char *) ggc_alloc (strlen (coded_name) * 2 + 60); __gnat_decode (coded_name, ada_name, 0); @@ -551,7 +551,7 @@ gnat_printable_name (tree decl, int verbosity) here are TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR and NULL_EXPR. */ static rtx -gnat_expand_expr (tree exp, rtx target, enum machine_mode tmode, +gnat_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier, rtx *alt_rtl) { tree type = TREE_TYPE (exp);