summaryrefslogtreecommitdiff
path: root/gcc/ada/pprint.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 10:13:47 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 10:13:47 +0000
commit2f5441e12ec681ffc1c29f35901053c909ddbb03 (patch)
treece636ee22f22a65fbe93ce2cc813d6e3a8a4bf72 /gcc/ada/pprint.ads
parentdc62faeeec97287ca7b6e89d5481cb48fad9b082 (diff)
downloadgcc-2f5441e12ec681ffc1c29f35901053c909ddbb03.tar.gz
2015-10-20 Bob Duff <duff@adacore.com>
* a-coinve.adb, a-contai.adb: Update comments. * pprint.ads: Minor reformatting. 2015-10-20 Tristan Gingold <gingold@adacore.com> * env.c, init.c: Handle arm64-darwin like arm-darwin. * tracebak.c: Handle arm64-darwin. 2015-10-20 Bob Duff <duff@adacore.com> * s-trasym.adb (Symbolic_Traceback): When giving the traceback as hexadecimal code addresses, separate by blanks instead of LF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229039 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/pprint.ads')
-rw-r--r--gcc/ada/pprint.ads11
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ada/pprint.ads b/gcc/ada/pprint.ads
index 8fc1036b1e4..71976ab9e87 100644
--- a/gcc/ada/pprint.ads
+++ b/gcc/ada/pprint.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2008-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 2008-2015, 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- --
@@ -41,15 +41,14 @@ package Pprint is
with function String_Image (S : String_Id) return String;
with function Ident_Image (Expr : Node_Id;
Orig_Expr : Node_Id;
- Expand_Type : Boolean)
- return String;
+ Expand_Type : Boolean) return String;
-- Will be called for printing N_Identifier and N_Defining_Identifier
-- nodes
-- ??? Expand_Type argument should be removed
- function Expression_Image (Expr : Node_Id;
- Default : String)
- return String;
+ function Expression_Image
+ (Expr : Node_Id;
+ Default : String) return String;
-- Given a Node for an expression, return a String that is meaningful for
-- the programmer. If the expression comes from source, it is copied from
-- there.