diff options
Diffstat (limited to 'gcc/ada/mdll.ads')
-rw-r--r-- | gcc/ada/mdll.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/mdll.ads b/gcc/ada/mdll.ads index 755de4e..a134ae4 100644 --- a/gcc/ada/mdll.ads +++ b/gcc/ada/mdll.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2021, 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,6 @@ -- to build Windows DLL with GNAT.OS_Lib; --- Should have USE here ??? package MDLL is |