diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 09:33:38 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 09:33:38 +0000 |
commit | cf77400807ed1cd8057a06a51ef5a773ea156878 (patch) | |
tree | 79676a7385cb768be5522434fa97696792e020cf /gcc/ada/tbuild.ads | |
parent | 0f2b32ac0e69e8d98668ec6582b59e653c9fe1ae (diff) | |
download | gcc-cf77400807ed1cd8057a06a51ef5a773ea156878.tar.gz |
2009-07-15 Robert Dewar <dewar@adacore.com>
* exp_aggr.adb, tbuild.ads, tbuild.adb: Minor reformatting
Minor code reorganization
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r-- | gcc/ada/tbuild.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads index f12b616c93a..d02f7ac8ecd 100644 --- a/gcc/ada/tbuild.ads +++ b/gcc/ada/tbuild.ads @@ -176,8 +176,8 @@ package Tbuild is -- is given as a normal string instead of a String_Id value. function Make_Temporary - (Loc : Source_Ptr; - Id : Name_Id; + (Loc : Source_Ptr; + Id : Name_Id; Related_Node : Node_Id := Empty) return Node_Id; -- Create a defining identifier to capture the value of an expression -- or aggregate, and link it to the expression that it replaces, in |