Commit f6ea0188 by Arnaud Charlet Committed by Arnaud Charlet

misc.c: Remove trailing spaces.

	* misc.c: Remove trailing spaces.
	Update copyright notice missed in previous change.

From-SVN: r75716
parent 8b52de7b
2004-01-12 Arnaud Charlet <charlet@act-europe.fr> 2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
* misc.c: Remove trailing spaces.
Update copyright notice missed in previous change.
PR ada/13572 PR ada/13572
* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
prefix/share/make prefix/share/make
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* * * *
* C Implementation File * * 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 * * 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- * * terms of the GNU General Public License as published by the Free Soft- *
...@@ -534,7 +534,7 @@ static const char * ...@@ -534,7 +534,7 @@ static const char *
gnat_printable_name (tree decl, int verbosity) gnat_printable_name (tree decl, int verbosity)
{ {
const char *coded_name = IDENTIFIER_POINTER (DECL_NAME (decl)); 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); __gnat_decode (coded_name, ada_name, 0);
...@@ -551,7 +551,7 @@ gnat_printable_name (tree decl, int verbosity) ...@@ -551,7 +551,7 @@ gnat_printable_name (tree decl, int verbosity)
here are TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR and NULL_EXPR. */ here are TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR and NULL_EXPR. */
static rtx 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) int modifier, rtx *alt_rtl)
{ {
tree type = TREE_TYPE (exp); tree type = TREE_TYPE (exp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment