summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-12 12:56:39 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-12 12:56:39 +0000
commitb28a376c5ed3119834ffd0d50e5b883b82e271e3 (patch)
tree0e9479be1714b31a5096b36cce072828914ba9e0
parent6a8d485f6f659590c73b346010f4534b4149a332 (diff)
downloadppe42-gcc-b28a376c5ed3119834ffd0d50e5b883b82e271e3.tar.gz
ppe42-gcc-b28a376c5ed3119834ffd0d50e5b883b82e271e3.zip
* misc.c: Remove trailing spaces.
Update copyright notice missed in previous change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75716 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/ChangeLog3
-rw-r--r--gcc/ada/misc.c6
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 <charlet@act-europe.fr>
+ * 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);
OpenPOWER on IntegriCloud