diff options
Diffstat (limited to 'gcc/ada/get_targ.ads')
-rw-r--r-- | gcc/ada/get_targ.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/get_targ.ads b/gcc/ada/get_targ.ads index 5315292..1928273 100644 --- a/gcc/ada/get_targ.ads +++ b/gcc/ada/get_targ.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- -- @@ -37,7 +37,6 @@ -- the Wide_Character_Type uses twice the size of a C char, instead of the -- size of wchar_t. -with Einfo; use Einfo; with Types; use Types; package Get_Targ is |