diff options
Diffstat (limited to 'gcc/ada/s-wwdwch.ads')
-rw-r--r-- | gcc/ada/s-wwdwch.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-wwdwch.ads b/gcc/ada/s-wwdwch.ads index b2dfc82f669..698a4ef0595 100644 --- a/gcc/ada/s-wwdwch.ads +++ b/gcc/ada/s-wwdwch.ads @@ -34,7 +34,7 @@ -- This package contains routines for [Wide_]Wide_Character'[Wide_]Wide_Width package System.Wwd_WChar is -pragma Pure (Wwd_WChar); + pragma Pure; function Wide_Width_Wide_Character (Lo, Hi : Wide_Character) return Natural; |