aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/impunit.ads')
-rw-r--r--gcc/ada/impunit.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/impunit.ads b/gcc/ada/impunit.ads
index 2a7da04..7caa1ba 100644
--- a/gcc/ada/impunit.ads
+++ b/gcc/ada/impunit.ads
@@ -47,7 +47,7 @@ package Impunit is
Ada_95_Unit,
Ada_2005_Unit,
Ada_2012_Unit,
- Ada_202X_Unit);
+ Ada_2022_Unit);
-- This unit is defined in the Ada RM of the given year. This is used to
-- give a warning when withing a unit from a wrong mode (e.g. withing an
-- Ada_2012_Unit when compiling with -gnat95). Note that in Ada 83 mode,