aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-09-10 16:34:26 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-09-10 16:34:26 +0200
commitcd9909a0c90962131d6b58d0af701f6333ecd244 (patch)
treeb877860313e1304b6652f4cf97e7a337ac6efded /gcc/ada/frontend.adb
parent2962b1bbdf404ecd418ed0203efda19ee8c37431 (diff)
downloadgcc-cd9909a0c90962131d6b58d0af701f6333ecd244.zip
gcc-cd9909a0c90962131d6b58d0af701f6333ecd244.tar.gz
gcc-cd9909a0c90962131d6b58d0af701f6333ecd244.tar.bz2
[multiple changes]
2010-09-10 Robert Dewar <dewar@adacore.com> * frontend.adb: Minor reformatting. 2010-09-10 Robert Dewar <dewar@adacore.com> * par-ch4.adb (P_Conditional_Expression): Use P_Condition for condition * par-ch5.adb (P_Condition): Move from body to spec * par.adb (Ch5.P_Condition): Move from body to spec 2010-09-10 Ed Schonberg <schonberg@adacore.com> * exp_cg.adb (Write_Call_Info): If a type that has been registered in the call table is private, use its full view to generate information on its operations. From-SVN: r164181
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index bea0bdc..54616fe 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -161,7 +161,6 @@ begin
if Source_gnat_adc /= No_Source_File then
Initialize_Scanner (No_Unit, Source_gnat_adc);
Config_Pragmas := Par (Configuration_Pragmas => True);
-
else
Config_Pragmas := Empty_List;
end if;