X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fada%2Fmake.ads;h=f07846336c753ece5b0e971010fa8c21e9d5357c;hb=e86087cf20ba6b25f3147c3c3ad21c794a68936f;hp=2ee06f435c53a2d8356b5e017aace7de2997dd6c;hpb=e78e8c8eeb9163e35f31da808a111c5552dcd171;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ada/make.ads b/gcc/ada/make.ads index 2ee06f435c5..f07846336c7 100644 --- a/gcc/ada/make.ads +++ b/gcc/ada/make.ads @@ -6,8 +6,7 @@ -- -- -- S p e c -- -- -- --- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2003 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- -- @@ -30,9 +29,10 @@ -- gives the individual routines for performing such tasks as well as -- the routine gnatmake below that puts it all together. -with GNAT.OS_Lib; use GNAT.OS_Lib; -- defines Argument_List with Table; -with Types; use Types; +with Types; use Types; + +with GNAT.OS_Lib; use GNAT.OS_Lib; package Make is