diff options
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) |

