diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-03 12:42:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-03 12:42:00 +0200 |
commit | 98c99a5a376eb0b8b601fc02dec9eeacf5086196 (patch) | |
tree | d1f32c8f9533e67c4ad8467155a274f5e8b42674 /gcc/ada/clean.adb | |
parent | 686d09844fd59ffdb2d49c1c5da0a46594d06778 (diff) | |
download | gcc-98c99a5a376eb0b8b601fc02dec9eeacf5086196.zip gcc-98c99a5a376eb0b8b601fc02dec9eeacf5086196.tar.gz gcc-98c99a5a376eb0b8b601fc02dec9eeacf5086196.tar.bz2 |
[multiple changes]
2011-08-03 Thomas Quinot <quinot@adacore.com>
* exp_dist.adb: Minor reformatting.
2011-08-03 Arnaud Charlet <charlet@adacore.com>
* s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-vms.adb
(ATCB_Key): Removed, not always used.
2011-08-03 Emmanuel Briot <briot@adacore.com>
* gnatcmd.adb, make.adb, prj.adb, prj.ads, makeutl.adb, makeutl.ads,
clean.adb, prj-conf.adb, prj-env.adb, prj-env.ads (Makeutl): remove
most remaining global variables.
From-SVN: r177263
Diffstat (limited to 'gcc/ada/clean.adb')
-rw-r--r-- | gcc/ada/clean.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb index 82f7081..e67b48e 100644 --- a/gcc/ada/clean.adb +++ b/gcc/ada/clean.adb @@ -71,6 +71,10 @@ package body Clean is -- Prefix of binder generated file, and number of actual characters used. -- Changed to "b__" for VMS in the body of the package. + Project_Tree : constant Project_Tree_Ref := + new Project_Tree_Data (Is_Root_Tree => True); + -- The project tree + Object_Directory_Path : String_Access := null; -- The path name of the object directory, set with switch -D |