summaryrefslogtreecommitdiff
path: root/gcc/ada/sinput.ads
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-16 15:48:18 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-16 15:48:18 +0000
commita1040e121ff2ea845f1d7194d1de17db393b0086 (patch)
tree598c559a1785a450f3441a28a7713467051179d6 /gcc/ada/sinput.ads
parentd8ce76ebed15838bdf5d704b1f2f7f3ffc727f58 (diff)
downloadgcc-a1040e121ff2ea845f1d7194d1de17db393b0086.tar.gz
Merged revision 156805 into branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ifunc@156806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinput.ads')
-rw-r--r--gcc/ada/sinput.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sinput.ads b/gcc/ada/sinput.ads
index 945d26e7d4a..4f235162c8f 100644
--- a/gcc/ada/sinput.ads
+++ b/gcc/ada/sinput.ads
@@ -595,10 +595,10 @@ package Sinput is
-- makes sure that the lines table for the current source file has an
-- appropriate entry for the start of the new physical line.
- procedure Sloc_Range (Expr : Node_Id; Min, Max : out Source_Ptr);
- -- Given a node for a subexpression, returns the minimum and maximum source
- -- locations of any node in the expression subtree. This is not quite the
- -- same as the locations of the first and last token in the expresion
+ procedure Sloc_Range (N : Node_Id; Min, Max : out Source_Ptr);
+ -- Given a node, returns the minimum and maximum source locations of any
+ -- node in the syntactic subtree for the node. This is not quite the same
+ -- as the locations of the first and last token in the node construct
-- because parentheses at the outer level do not have a recorded Sloc.
--
-- Note: if the tree for the expression contains no "real" Sloc values,