diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 14:21:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 14:21:49 +0200 |
commit | 7134062aa9c1264d1dd9f1aca0a433f3586b79c9 (patch) | |
tree | 296882c1f43d6414faa2e072d78fa56df8926f6f /gcc/ada/a-undesu.ads | |
parent | 544d960a12742dbe8c8e9a968764d4502b239a26 (diff) | |
download | gcc-7134062aa9c1264d1dd9f1aca0a433f3586b79c9.zip gcc-7134062aa9c1264d1dd9f1aca0a433f3586b79c9.tar.gz gcc-7134062aa9c1264d1dd9f1aca0a433f3586b79c9.tar.bz2 |
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com>
* sem_ch6.adb, exp_ch3.adb, s-stposu.adb, a-undesu.ads,
a-undesu.adb: Minor reformatting.
2011-08-29 Ed Schonberg <schonberg@adacore.com>
* exp_disp.adb (Check_Premature_Freezing): When building a dispatch
table, accept an unfrozen untagged component if it is an actual for a
formal incomplete type.
* a-convec.ads, a-convec.adb: Instantiate Ada.Iterator_Interfaces to
provide new iterator forms over vectors.
Introduce type Iterator in package body to implement operations of
Reversible_Iterator interface.
* a-iteint.ads: Make package pure so it is usable with new container
packages, that are categorized Remote_Types.
From-SVN: r178211
Diffstat (limited to 'gcc/ada/a-undesu.ads')
-rw-r--r-- | gcc/ada/a-undesu.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/a-undesu.ads b/gcc/ada/a-undesu.ads index b598882..6665725 100644 --- a/gcc/ada/a-undesu.ads +++ b/gcc/ada/a-undesu.ads @@ -6,8 +6,6 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2011, Free Software Foundation, Inc. -- --- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. In accordance with the copyright of that document, you can freely -- -- copy and modify this specification, provided that if you redistribute a -- @@ -15,8 +13,6 @@ -- -- ------------------------------------------------------------------------------ --- ??? What is the header version here, see a-uncdea.ads. No GPL? - with System.Storage_Pools.Subpools; procedure Ada.Unchecked_Deallocate_Subpool |