aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-09-05 13:12:33 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-05 15:12:33 +0200
commitaeae67edd7af1208362e615cf89dd2e9cba942d5 (patch)
tree93d3c8f0f6da114d866a38616f4c7d16e8660d66 /gcc/ada/par.adb
parentd72e76282abded51ce3161e57a84134a79c4bd5c (diff)
sem_ch3.adb, [...]: Minor reformatting.
2011-09-05 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, sem_res.adb, par.adb, par-ch6.adb, g-comlin.adb, exp_ch6.adb, lib-xref-alfa.adb: Minor reformatting. From-SVN: r178536
Diffstat (limited to 'gcc/ada/par.adb')
-rw-r--r--gcc/ada/par.adb8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/par.adb b/gcc/ada/par.adb
index 4abc5b24195..e054c198143 100644
--- a/gcc/ada/par.adb
+++ b/gcc/ada/par.adb
@@ -473,9 +473,11 @@ function Par (Configuration_Pragmas : Boolean) return List_Id is
-- program unit name. For task declarations and bodies, protected types
-- and bodies, and accept statements the field hold the name of the type
-- or operation. For if-statements, case-statements, and selects, the
- -- field is initialized to Error, indicating that it is an error to have
- -- a label on the end line.
- -- (this is really a misuse of Error since there is no Error ???)
+ -- field is initialized to Error.
+
+ -- Note: this is a bit of an odd (mis)use of Error, since there is no
+ -- Error, but we use this value as a place holder to indicate that it
+ -- is an error to have a label on the end line.
-- Whenever the field is a name, it is attached to the parent node of
-- the construct being parsed. Thus the parent node indicates the kind