diff options
Diffstat (limited to 'gcc/ada/s-restri.ads')
-rw-r--r-- | gcc/ada/s-restri.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/s-restri.ads b/gcc/ada/s-restri.ads index e9a72aa9f9b..cd447c1b0b4 100644 --- a/gcc/ada/s-restri.ads +++ b/gcc/ada/s-restri.ads @@ -38,6 +38,8 @@ -- with names discarded, so that we do not have image tables for the -- large restriction enumeration types at run time. +pragma Compiler_Unit; + with System.Rident; package System.Restrictions is |