diff options
Diffstat (limited to 'gcc/ada/a-convec.ads')
-rw-r--r-- | gcc/ada/a-convec.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-convec.ads b/gcc/ada/a-convec.ads index 9c4e76a02b3..9b5c9bb82cf 100644 --- a/gcc/ada/a-convec.ads +++ b/gcc/ada/a-convec.ads @@ -42,7 +42,7 @@ generic with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Vectors is -pragma Preelaborate (Vectors); + pragma Preelaborate; subtype Extended_Index is Index_Type'Base range Index_Type'First - 1 .. |