diff options
Diffstat (limited to 'gcc/ada/a-stzbou.ads')
-rw-r--r-- | gcc/ada/a-stzbou.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-stzbou.ads b/gcc/ada/a-stzbou.ads index ccfd89d7f29..e4ad260871b 100644 --- a/gcc/ada/a-stzbou.ads +++ b/gcc/ada/a-stzbou.ads @@ -39,7 +39,7 @@ with Ada.Strings.Wide_Wide_Maps; with Ada.Strings.Wide_Wide_Superbounded; package Ada.Strings.Wide_Wide_Bounded is -pragma Preelaborate (Wide_Wide_Bounded); + pragma Preelaborate; generic Max : Positive; |