diff options
Diffstat (limited to 'gcc/ada/a-coprnu.ads')
-rw-r--r-- | gcc/ada/a-coprnu.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-coprnu.ads b/gcc/ada/a-coprnu.ads index a7ae867e9a8..20e49d87996 100644 --- a/gcc/ada/a-coprnu.ads +++ b/gcc/ada/a-coprnu.ads @@ -14,7 +14,7 @@ ------------------------------------------------------------------------------ package Ada.Containers.Prime_Numbers is -pragma Pure (Prime_Numbers); + pragma Pure; type Primes_Type is array (Positive range <>) of Hash_Type; |