diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-12 13:04:59 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-12 13:04:59 +0000 |
commit | 5978a47f87d9fd279bc924b62b792de687e4f89e (patch) | |
tree | 1f32cbed376b2fe44e39b273fd884713fced3dcb /gcc/ada/a-cfdlli.ads | |
parent | 7ad4ae13e8d6fa5920868bb7b91e5e68198c0f6c (diff) | |
download | gcc-5978a47f87d9fd279bc924b62b792de687e4f89e.tar.gz |
2013-04-12 Robert Dewar <dewar@adacore.com>
* a-cfdlli.ads, g-socket.adb, s-fileio.adb: Minor reformatting.
2013-04-12 Yannick Moy <moy@adacore.com>
* sem_attr.adb (Analyze_Attribute): Update analyse of
Attribute_Old and Attribute_Result so they are allowed in the
right-hand-side of an association in a Contract_Cases pragma.
* sem_prag.adb (Analyze_CTC_In_Decl_Part): Add pre-analysis of
the expressions in a Contract_Cases pragma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-cfdlli.ads')
-rw-r--r-- | gcc/ada/a-cfdlli.ads | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/a-cfdlli.ads b/gcc/ada/a-cfdlli.ads index 994589fec5f..1078c1f5a34 100644 --- a/gcc/ada/a-cfdlli.ads +++ b/gcc/ada/a-cfdlli.ads @@ -49,11 +49,7 @@ -- function Left (Container : List; Position : Cursor) return List; -- function Right (Container : List; Position : Cursor) return List; --- See detailed specifications for these subprograms - --- private with Ada.Streams; --- private with Ada.Finalization; --- with Ada.Iterator_Interfaces; +-- See subprogram specifications that follow for details generic type Element_Type is private; |