diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-17 06:29:06 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-17 06:29:06 +0000 |
commit | cc5193bb7e518249b7ed62c484802e719f69fd6d (patch) | |
tree | 795c51eddeeb744cf93dae3fd38f448824cdc93b /gcc/ada/impunit.ads | |
parent | d98b2a2eca4f4e0f1baff4a64be2c0b677f9d191 (diff) | |
download | gcc-cc5193bb7e518249b7ed62c484802e719f69fd6d.tar.gz |
2011-10-17 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 180071 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@180075 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/impunit.ads')
-rw-r--r-- | gcc/ada/impunit.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/impunit.ads b/gcc/ada/impunit.ads index e5244938ef9..be3e8d3c06a 100644 --- a/gcc/ada/impunit.ads +++ b/gcc/ada/impunit.ads @@ -25,8 +25,9 @@ -- This package contains data and functions used to determine if a given unit -- is an internal unit intended only for use by the implementation and which --- should not be directly WITH'ed by user code. It also checks for Ada 05 --- units that should only be WITH'ed in Ada 05 mode. +-- should not be directly WITH'ed by user code. It also checks for Ada 2005 +-- units that should only be WITH'ed in Ada 2005 mode, and Ada 2012 units +-- that should only be WITH'ed in Ada 2012 mode. with Types; use Types; |