diff options
Diffstat (limited to 'gcc/ada/a-strsup.ads')
-rw-r--r-- | gcc/ada/a-strsup.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-strsup.ads b/gcc/ada/a-strsup.ads index 42efe6def89..cf27f4a7495 100644 --- a/gcc/ada/a-strsup.ads +++ b/gcc/ada/a-strsup.ads @@ -41,7 +41,7 @@ with Ada.Strings.Maps; package Ada.Strings.Superbounded is -pragma Preelaborate (Superbounded); + pragma Preelaborate; type Super_String (Max_Length : Positive) is record Current_Length : Natural := 0; |