aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-crdlli.adb
diff options
context:
space:
mode:
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