aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-widcha.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-widcha.ads')
-rw-r--r--gcc/ada/s-widcha.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-widcha.ads b/gcc/ada/s-widcha.ads
index f004952..021a5a3 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.