diff options
| author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-04 21:28:25 +0000 |
|---|---|---|
| committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-04 21:28:25 +0000 |
| commit | 67cd941fba673a6ad5500ce5657f48c8840e8cef (patch) | |
| tree | 68396a44886c77ac46a2ec1572a5f9e698507f93 /gcc/ada/sinfo.h | |
| parent | 8b79a1e5f259da7fe8b3f2e3282a408f250fe35e (diff) | |
| download | ppe42-gcc-67cd941fba673a6ad5500ce5657f48c8840e8cef.tar.gz ppe42-gcc-67cd941fba673a6ad5500ce5657f48c8840e8cef.zip | |
* einfo.h, nmake.adb, nmake.ads, sinfo.h, treeprs.ads: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.h')
| -rw-r--r-- | gcc/ada/sinfo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.h b/gcc/ada/sinfo.h index 68cd7f3ac85..8367427ef2a 100644 --- a/gcc/ada/sinfo.h +++ b/gcc/ada/sinfo.h @@ -6,8 +6,8 @@ /* */ /* C Header File */ /* */ -/* Generated by xsinfo revision 1.1 using */ -/* sinfo.ads revision 1.2 */ +/* Generated by xsinfo revision using */ +/* sinfo.ads revision 1.5 */ /* */ /* Copyright (C) 1992-2001, Free Software Foundation, Inc. */ /* */ @@ -365,6 +365,8 @@ { return Node3 (N); } INLINE Boolean Assignment_OK (Node_Id N) { return Flag15 (N); } + INLINE Node_Id Associated_Node (Node_Id N) + { return Node4 (N); } INLINE Node_Id At_End_Proc (Node_Id N) { return Node1 (N); } INLINE Name_Id Attribute_Name (Node_Id N) |

