aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.ads
diff options
context:
space:
mode:
authorJavier Miranda <miranda@adacore.com>2016-04-21 08:14:08 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-21 10:14:08 +0200
commit29a56f611a6c48dc6af556a02c0494ef928274d3 (patch)
tree1ff9cef286d4a241dd8a12d5405aa182e5dc3484 /gcc/ada/exp_ch6.ads
parente379beb56f0b1e597c8aeb10c84813c8326197a9 (diff)
downloadgcc-29a56f611a6c48dc6af556a02c0494ef928274d3.zip
gcc-29a56f611a6c48dc6af556a02c0494ef928274d3.tar.gz
gcc-29a56f611a6c48dc6af556a02c0494ef928274d3.tar.bz2
frontend.adb: Update call to Unnest_Subprograms.
2016-04-21 Javier Miranda <miranda@adacore.com> * frontend.adb: Update call to Unnest_Subprograms. * exp_ch6.ads, exp_ch6.adb, exp_unst.ads, exp_unst.adb (Unnest_Subprograms): Moved to package exp_unst. * exp_unst.ads (Unnest_Subprogram): Moved to the body of the package. * exp_dbug.adb (Qualify_Entity_Name): Enable qualification of enumeration literals when generating C code. From-SVN: r235303
Diffstat (limited to 'gcc/ada/exp_ch6.ads')
-rw-r--r--gcc/ada/exp_ch6.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/exp_ch6.ads b/gcc/ada/exp_ch6.ads
index ec85973..5d23e47 100644
--- a/gcc/ada/exp_ch6.ads
+++ b/gcc/ada/exp_ch6.ads
@@ -209,9 +209,4 @@ package Exp_Ch6 is
-- parameter to identify the accessibility level of the function result
-- "determined by the point of call".
- procedure Unnest_Subprograms (N : Node_Id);
- -- Called to unnest subprograms. If we are in unnest subprogram mode, this
- -- is the call that traverses the tree N and locates all the library level
- -- subprograms with nested subprograms to process them.
-
end Exp_Ch6;