diff options
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; |