diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-27 13:15:25 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-27 13:15:25 +0000 |
commit | b7fdb20c57f6c0228f8688ff740d98855c9f4877 (patch) | |
tree | 5c18d1d4eaba683cf9ab171485ba0cf0c6abbf28 /gcc/ada/a-chtgbo.adb | |
parent | 2f3f99c452f1fe8857f2ee9af32f459757f6f80d (diff) | |
download | gcc-b7fdb20c57f6c0228f8688ff740d98855c9f4877.tar.gz |
2016-04-27 Arnaud Charlet <charlet@adacore.com>
* sinput.ads, a-cfdlli.adb, a-crbtgo.adb, a-chtgop.adb, a-cbhama.adb,
a-rbtgbo.adb, a-crdlli.adb, a-chtgbo.adb: Minor editing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235502 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-chtgbo.adb')
-rw-r--r-- | gcc/ada/a-chtgbo.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-chtgbo.adb b/gcc/ada/a-chtgbo.adb index f4f7c1c237e..034b5924894 100644 --- a/gcc/ada/a-chtgbo.adb +++ b/gcc/ada/a-chtgbo.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2004-2015, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2016, 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- -- @@ -27,7 +27,7 @@ -- This unit was originally developed by Matthew J Heaney. -- ------------------------------------------------------------------------------ -with System; use type System.Address; +with System; use type System.Address; package body Ada.Containers.Hash_Tables.Generic_Bounded_Operations is |