diff options
author | Arnaud Charlet <charlet@act-europe.fr> | 2004-01-12 13:56:39 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-01-12 13:56:39 +0100 |
commit | f6ea0188bf449405a32c5676a7db513abe039aab (patch) | |
tree | 0e9479be1714b31a5096b36cce072828914ba9e0 /gcc/ada/misc.c | |
parent | 8b52de7b96f659fef524b0d649acb77887e9d291 (diff) | |
download | gcc-f6ea0188bf449405a32c5676a7db513abe039aab.zip gcc-f6ea0188bf449405a32c5676a7db513abe039aab.tar.gz gcc-f6ea0188bf449405a32c5676a7db513abe039aab.tar.bz2 |
misc.c: Remove trailing spaces.
* misc.c: Remove trailing spaces.
Update copyright notice missed in previous change.
From-SVN: r75716
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 43a63de..7554a12 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); |