aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sinfo.h')
-rw-r--r--gcc/ada/sinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/sinfo.h b/gcc/ada/sinfo.h
index fd5d13d..b780575 100644
--- a/gcc/ada/sinfo.h
+++ b/gcc/ada/sinfo.h
@@ -511,6 +511,8 @@
{ return Uint5 (N); }
INLINE Node_Id Entity (Node_Id N)
{ return Node4 (N); }
+ INLINE Node_Id Entity_Or_Associated_Node (Node_Id N)
+ { return Node4 (N); }
INLINE Node_Id Entry_Body_Formal_Part (Node_Id N)
{ return Node5 (N); }
INLINE Node_Id Entry_Call_Alternative (Node_Id N)