diff options
Diffstat (limited to 'gcc/ada/g-dyntab.ads')
-rw-r--r-- | gcc/ada/g-dyntab.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-dyntab.ads b/gcc/ada/g-dyntab.ads index 3d82330dac1..8c1e112669a 100644 --- a/gcc/ada/g-dyntab.ads +++ b/gcc/ada/g-dyntab.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2005, AdaCore -- +-- Copyright (C) 2000-2006, AdaCore -- -- -- -- 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- -- @@ -122,7 +122,7 @@ package GNAT.Dynamic_Tables is -- previously allocated larger table). Init must be called before using -- the table. Init is convenient in reestablishing a table for new use. - function Last (T : in Instance) return Table_Index_Type; + function Last (T : Instance) return Table_Index_Type; pragma Inline (Last); -- Returns the current value of the last used entry in the table, -- which can then be used as a subscript for Table. Note that the |