diff options
Diffstat (limited to 'gcc/ada/s-fatlfl.ads')
-rw-r--r-- | gcc/ada/s-fatlfl.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fatlfl.ads b/gcc/ada/s-fatlfl.ads index 84a64b55af1..bff94090190 100644 --- a/gcc/ada/s-fatlfl.ads +++ b/gcc/ada/s-fatlfl.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2003 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- -- @@ -37,7 +37,7 @@ with System.Fat_Gen; package System.Fat_LFlt is -pragma Pure (Fat_LFlt); + pragma Pure; -- Note the only entity from this package that is acccessed by Rtsfind -- is the name of the package instantiation. Entities within this package |