diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-07 12:59:00 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-07 12:59:00 +0000 |
commit | e15b4197ed2a7e60a1e1824c72ea87d8dbf05062 (patch) | |
tree | 2dcf46532ded436bffc1e32a401f8ee65cf2d280 /gcc/ada/sinfo.ads | |
parent | 85aff22bab44cb6641c070df5a0c49dc787d3e41 (diff) | |
download | gcc-e15b4197ed2a7e60a1e1824c72ea87d8dbf05062.tar.gz |
2010-10-07 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi, exp_util.adb, sinfo.adb, sinfo.ads, sem_ch12.adb,
sem.adb, gnat_ugn.texi, sem_util.ads, par-ch6.adb, targparm.ads,
restrict.adb, sem_ch6.adb, sem_ch6.ads, sprint.adb, i-c.ads: Change
spelling parametrize(d) => parameterize(d).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165103 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index af28795e574..3f403225622 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -4427,17 +4427,17 @@ package Sinfo is -- Was_Originally_Stub (Flag13-Sem) -- Has_Relative_Deadline_Pragma (Flag9-Sem) - ----------------------------- - -- Parametrized Expression -- - ----------------------------- + ------------------------------ + -- Parameterized Expression -- + ------------------------------ -- This is an Ada 2012 extension, we put it here for now, to be labeled -- and put in its proper section when we know exactly where that is! - -- PARAMETRIZED_EXPRESSION ::= + -- PARAMETERIZED_EXPRESSION ::= -- FUNCTION SPECIFICATION IS (EXPRESSION); - -- N_Parametrized_Expression + -- N_Parameterized_Expression -- Sloc points to FUNCTION -- Specification (Node1) -- Expression (Node3) @@ -7329,7 +7329,7 @@ package Sinfo is N_Incomplete_Type_Declaration, N_Loop_Parameter_Specification, N_Object_Declaration, - N_Parametrized_Expression, + N_Parameterized_Expression, N_Protected_Type_Declaration, N_Private_Extension_Declaration, N_Private_Type_Declaration, @@ -10438,7 +10438,7 @@ package Sinfo is 4 => True, -- Handled_Statement_Sequence (Node4) 5 => False), -- Corresponding_Spec (Node5-Sem) - N_Parametrized_Expression => + N_Parameterized_Expression => (1 => True, -- Specification (Node1) 2 => False, -- unused 3 => True, -- Expression (Node3) |