summaryrefslogtreecommitdiff
path: root/gcc/ada/style.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/style.ads')
-rw-r--r--gcc/ada/style.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/style.ads b/gcc/ada/style.ads
index ac2d6296938..c7a46ed3e3b 100644
--- a/gcc/ada/style.ads
+++ b/gcc/ada/style.ads
@@ -169,6 +169,11 @@ package Style is
renames Style_Inst.Check_Vertical_Bar;
-- Called after scanning a vertical bar to check spacing
+ procedure Check_Xtra_Parens (Loc : Source_Ptr)
+ renames Style_Inst.Check_Xtra_Parens;
+ -- Called after scanning a conditional expression that has at least one
+ -- level of parentheses around the entire expression.
+
procedure No_End_Name (Name : Node_Id)
renames Style_Inst.No_End_Name;
-- Called if an END is encountered where a name is allowed but not present.