aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-crdlli.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2016-04-27 13:15:25 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-27 15:15:25 +0200
commit6616e390695caad491386d19621b4014efaf394f (patch)
tree5c18d1d4eaba683cf9ab171485ba0cf0c6abbf28 /gcc/ada/a-crdlli.adb
parent6d0d18dcb1b2e39d7aaaa7ac2c6a19dd77d8a53d (diff)
downloadgcc-6616e390695caad491386d19621b4014efaf394f.zip
gcc-6616e390695caad491386d19621b4014efaf394f.tar.gz
gcc-6616e390695caad491386d19621b4014efaf394f.tar.bz2
sinput.ads, [...]: Minor editing.
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. From-SVN: r235502
Diffstat (limited to 'gcc/ada/a-crdlli.adb')
-rw-r--r--gcc/ada/a-crdlli.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-crdlli.adb b/gcc/ada/a-crdlli.adb
index 0c6f5dc..f228ef0 100644
--- a/gcc/ada/a-crdlli.adb
+++ b/gcc/ada/a-crdlli.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2004-2014, 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.Restricted_Doubly_Linked_Lists is