diff options
Diffstat (limited to 'gcc/ada/prj-makr.adb')
-rw-r--r-- | gcc/ada/prj-makr.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/prj-makr.adb b/gcc/ada/prj-makr.adb index de55a74..7de4369 100644 --- a/gcc/ada/prj-makr.adb +++ b/gcc/ada/prj-makr.adb @@ -25,6 +25,7 @@ with Csets; with Hostparm; +with Makeutl; use Makeutl; with Opt; with Output; with Osint; use Osint; @@ -64,8 +65,6 @@ package body Prj.Makr is Tree : constant Project_Node_Tree_Ref := new Project_Node_Tree_Data; -- The project tree where the project file is parsed - Root_Environment : Prj.Tree.Environment; - Args : Argument_List_Access; -- The list of arguments for calls to the compiler to get the unit names -- and kinds (spec or body) in the Ada sources. |