summaryrefslogtreecommitdiff
path: root/gcc/ada/prj-ext.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-03 10:17:45 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-03 10:17:45 +0000
commit3aa582cd74c2d892c68361298d2e6e83b9d1d595 (patch)
tree41abafb12cf236ecdac96d64bfd1687099cd01c1 /gcc/ada/prj-ext.ads
parentc6b238e7262edea86776753c5a4b371ea56cdbdc (diff)
downloadgcc-3aa582cd74c2d892c68361298d2e6e83b9d1d595.tar.gz
2011-08-03 Robert Dewar <dewar@adacore.com>
* prj-proc.adb, exp_util.ads, exp_ch9.adb, make.adb, prj-ext.adb, prj-ext.ads, alfa.ads, sem_ch4.adb, makeutl.adb, makeutl.ads, lib-xref-alfa.adb, sem_cat.adb, exp_dist.adb, get_alfa.adb, prj-env.adb, prj-env.ads, prj-tree.adb, alfa.ads: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177260 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-ext.ads')
-rw-r--r--gcc/ada/prj-ext.ads19
1 files changed, 9 insertions, 10 deletions
diff --git a/gcc/ada/prj-ext.ads b/gcc/ada/prj-ext.ads
index 75b0ed2a0f1..01719cf45fb 100644
--- a/gcc/ada/prj-ext.ads
+++ b/gcc/ada/prj-ext.ads
@@ -58,21 +58,21 @@ package Prj.Ext is
(From_Command_Line,
From_Environment,
From_External_Attribute);
- -- Where was the value of an external reference defined ?
- -- They are prioritized in that order, so that a user can always use the
- -- command line to override a value coming from his environment, or an
- -- environment variable to override a value defined in an aggregate project
- -- through the "for External()..." attribute.
+ -- Indicates where was the value of an external reference defined. They are
+ -- prioritized in that order, so that a user can always use the command
+ -- line to override a value coming from his environment, or an environment
+ -- variable to override a value defined in an aggregate project through the
+ -- "for External()..." attribute.
procedure Add
(Self : External_References;
External_Name : String;
Value : String;
Source : External_Source := External_Source'First);
- -- Add an external reference (or modify an existing one).
- -- No overriding is done if the Source's priority is less than the one
- -- used to previously set the value of the variable. The default for Source
- -- is such that overriding always occurs.
+ -- Add an external reference (or modify an existing one). No overriding is
+ -- done if the Source's priority is less than the one used to previously
+ -- set the value of the variable. The default for Source is such that
+ -- overriding always occurs.
function Value_Of
(Self : External_References;
@@ -92,7 +92,6 @@ package Prj.Ext is
-- and free any allocated memory.
private
-
-- Use a Static_HTable, rather than a Simple_HTable
-- The issue is that we need to be able to copy the contents of the table