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