diff options
Diffstat (limited to 'gcc/ada/a-filico.ads')
-rw-r--r-- | gcc/ada/a-filico.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/a-filico.ads b/gcc/ada/a-filico.ads index 9c0884b927c..624ba5fa7ef 100644 --- a/gcc/ada/a-filico.ads +++ b/gcc/ada/a-filico.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-1997, 2004 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -32,8 +32,9 @@ ------------------------------------------------------------------------------ with System.Finalization_Root; + package Ada.Finalization.List_Controller is -pragma Elaborate_Body (List_Controller); + pragma Elaborate_Body; package SFR renames System.Finalization_Root; |