diff options
Diffstat (limited to 'gcc/ada/g-expect-vms.adb')
-rw-r--r-- | gcc/ada/g-expect-vms.adb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/g-expect-vms.adb b/gcc/ada/g-expect-vms.adb index 4899682ba6b..cbffb574136 100644 --- a/gcc/ada/g-expect-vms.adb +++ b/gcc/ada/g-expect-vms.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2010, AdaCore -- +-- Copyright (C) 2002-2014, 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- -- @@ -31,6 +31,9 @@ -- This is the VMS version +-- Note: there is far too much code duplication wrt g-expect.adb (the +-- standard version). This should be factored out ??? + with System; use System; with Ada.Calendar; use Ada.Calendar; |