diff options
Diffstat (limited to 'gcc/ada/s-wwdcha.ads')
-rw-r--r-- | gcc/ada/s-wwdcha.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-wwdcha.ads b/gcc/ada/s-wwdcha.ads index 153111d2fa1..3ba15e473eb 100644 --- a/gcc/ada/s-wwdcha.ads +++ b/gcc/ada/s-wwdcha.ads @@ -34,7 +34,7 @@ -- This package contains the routine used for Character'Wide_[Wide_]Width package System.WWd_Char is -pragma Pure (WWd_Char); + pragma Pure; function Wide_Width_Character (Lo, Hi : Character) return Natural; -- Compute Wide_Width attribute for non-static type derived from |