aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-04-08 09:15:25 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-04-08 09:15:25 +0200
commitc4b8d145ecf89ba6527c1daf6880586f80177b9c (patch)
tree02cd77aabde2308290dc7790b57244189c423147 /gcc
parenteb0a45986f505b3d55aa74a30d24c2341f47fcf3 (diff)
downloadgcc-c4b8d145ecf89ba6527c1daf6880586f80177b9c.zip
gcc-c4b8d145ecf89ba6527c1daf6880586f80177b9c.tar.gz
gcc-c4b8d145ecf89ba6527c1daf6880586f80177b9c.tar.bz2
Change name In_Default_Expression => In_Spec_Expression Change name...
Change name In_Default_Expression => In_Spec_Expression Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression Change name Pre_Analyze_And_Resolve => Preanalyze_And_Resolve From-SVN: r134080
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/sem_res.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_res.ads b/gcc/ada/sem_res.ads
index 926ccbe..d870472 100644
--- a/gcc/ada/sem_res.ads
+++ b/gcc/ada/sem_res.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -113,13 +113,13 @@ package Sem_Res is
--
-- The parameter T is the Typ for the corresponding resolve call.
- procedure Pre_Analyze_And_Resolve (N : Node_Id; T : Entity_Id);
- -- Performs a pre-analysis of expression node N. During pre-analysis
+ procedure Preanalyze_And_Resolve (N : Node_Id; T : Entity_Id);
+ -- Performs a pre-analysis of expression node N. During pre-analysis,
-- N is analyzed and then resolved against type T, but no expansion
-- is carried out for N or its children. For more info on pre-analysis
-- read the spec of Sem.
- procedure Pre_Analyze_And_Resolve (N : Node_Id);
+ procedure Preanalyze_And_Resolve (N : Node_Id);
-- Same, but use type of node because context does not impose a single type
private