diff options
Diffstat (limited to 'gcc/ada/s-unstyp.ads')
-rw-r--r-- | gcc/ada/s-unstyp.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-unstyp.ads b/gcc/ada/s-unstyp.ads index 0e3ddb9198f..2b813ef4d42 100644 --- a/gcc/ada/s-unstyp.ads +++ b/gcc/ada/s-unstyp.ads @@ -38,7 +38,7 @@ -- used by the compiler in connection with packed array types. package System.Unsigned_Types is -pragma Pure (Unsigned_Types); + pragma Pure; type Short_Short_Unsigned is mod 2 ** Short_Short_Integer'Size; type Short_Unsigned is mod 2 ** Short_Integer'Size; |