aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/expander.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
commit56812278e832fe969c443ca1835863f974e4b9d2 (patch)
tree61b9423513f189f83c625631b581033c832eb05c /gcc/ada/expander.adb
parent7cda9727babdc93f846191782dcc4c0cdba25d26 (diff)
downloadgcc-56812278e832fe969c443ca1835863f974e4b9d2.zip
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.gz
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.bz2
[multiple changes]
2011-08-31 Jose Ruiz <ruiz@adacore.com> * s-taprop-linux.adb (Set_Task_Affinity): Avoid the use of anonymous access types. * affinity.c (__gnat_set_affinity_mask): Declare index variable. 2011-08-31 Yannick Moy <moy@adacore.com> * sem_ch8.adb (Analyze_Subprogram_Renaming): Refine expander test in full-expander test. Minor reformatting, renaming ALFA in Alfa (we dropped acronym) * einfo.adb (Primitive_Operations): Correctly return list of primitive operations in a case where it returned previously No_Elist. From-SVN: r178358
Diffstat (limited to 'gcc/ada/expander.adb')
-rw-r--r--gcc/ada/expander.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/expander.adb b/gcc/ada/expander.adb
index 65d6efb..8dcc19d 100644
--- a/gcc/ada/expander.adb
+++ b/gcc/ada/expander.adb
@@ -128,13 +128,13 @@ package body Expander is
Debug_A_Entry ("expanding ", N);
begin
- -- In ALFA mode we only need a very limited subset of the usual
+ -- In Alfa mode we only need a very limited subset of the usual
-- expansions. This limited subset is implemented in Expand_Alfa.
- if ALFA_Mode then
+ if Alfa_Mode then
Expand_Alfa (N);
- -- Here for normal non-ALFA mode
+ -- Here for normal non-Alfa mode
else
-- Processing depends on node kind. For full details on the