diff options
Diffstat (limited to 'gcc/ada/s-veboop.ads')
-rw-r--r-- | gcc/ada/s-veboop.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-veboop.ads b/gcc/ada/s-veboop.ads index 9506f0afbcb..f7e135907cd 100644 --- a/gcc/ada/s-veboop.ads +++ b/gcc/ada/s-veboop.ads @@ -34,7 +34,7 @@ -- This package contains functions for runtime operations on boolean vectors package System.Vectors.Boolean_Operations is -pragma Pure (Boolean_Operations); + pragma Pure; -- Although in general the boolean operations on arrays of booleans are -- identical to operations on arrays of unsigned words of the same size, |