diff options
author | Arnaud Charlet <charlet@act-europe.fr> | 2003-11-14 12:50:59 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2003-11-14 12:50:59 +0100 |
commit | 262cc585e42396aa1fa1fc57ef534ef26b90df57 (patch) | |
tree | b97ebb3bbc2fce12f1b332335f7eb479fe32c0f3 /gcc/ada/sinfo.h | |
parent | 95a6aaf9c876cb9680c5df1d87dd92991ef74ac6 (diff) | |
download | gcc-262cc585e42396aa1fa1fc57ef534ef26b90df57.zip gcc-262cc585e42396aa1fa1fc57ef534ef26b90df57.tar.gz gcc-262cc585e42396aa1fa1fc57ef534ef26b90df57.tar.bz2 |
* sinfo.h, treeprs.ads: Regenerated.
From-SVN: r73601
Diffstat (limited to 'gcc/ada/sinfo.h')
-rw-r--r-- | gcc/ada/sinfo.h | 2 |
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) |