diff options
Diffstat (limited to 'gcc/ada/s-widboo.ads')
-rw-r--r-- | gcc/ada/s-widboo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-widboo.ads b/gcc/ada/s-widboo.ads index 5da23617789..9e5e1bd0945 100644 --- a/gcc/ada/s-widboo.ads +++ b/gcc/ada/s-widboo.ads @@ -34,7 +34,7 @@ -- This package contains the routine used for Boolean'Width package System.Wid_Bool is -pragma Pure (Wid_Bool); + pragma Pure; function Width_Boolean (Lo, Hi : Boolean) return Natural; -- Compute Width attribute for non-static type derived from Boolean. |