diff options
Diffstat (limited to 'gcc/ada/s-widwch.ads')
-rw-r--r-- | gcc/ada/s-widwch.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-widwch.ads b/gcc/ada/s-widwch.ads index 9c79e22312e..ca5e2fab89c 100644 --- a/gcc/ada/s-widwch.ads +++ b/gcc/ada/s-widwch.ads @@ -34,7 +34,7 @@ -- This package contains the routines used for Wide_[Wide_]Character'Width package System.Wid_WChar is -pragma Pure (Wid_WChar); + pragma Pure; function Width_Wide_Character (Lo, Hi : Wide_Character) return Natural; |