diff options
Diffstat (limited to 'gcc/ada/sinfo.h')
-rw-r--r-- | gcc/ada/sinfo.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ada/sinfo.h b/gcc/ada/sinfo.h index 424af52..aab0964 100644 --- a/gcc/ada/sinfo.h +++ b/gcc/ada/sinfo.h @@ -6,10 +6,10 @@ /* */ /* C Header File */ /* */ -/* Generated by xsinfo revision 1.1 using */ -/* sinfo.ads revision 1.6 */ +/* Generated by xsinfo revision using */ +/* sinfo.ads revision 1.439 */ /* */ -/* Copyright (C) 1992-2001, Free Software Foundation, Inc. */ +/* Copyright (C) 1992-2002, Free Software Foundation, Inc. */ /* */ /* GNAT is free software; you can redistribute it and/or modify it under */ /* terms of the GNU General Public License as published by the Free Soft- */ @@ -661,6 +661,8 @@ { return Node2 (N); } INLINE Boolean More_Ids (Node_Id N) { return Flag5 (N); } + INLINE Boolean Must_Be_Byte_Aligned (Node_Id N) + { return Flag14 (N); } INLINE Boolean Must_Not_Freeze (Node_Id N) { return Flag8 (N); } INLINE Node_Id Name (Node_Id N) @@ -743,6 +745,8 @@ { return Node4 (N); } INLINE Ureal Realval (Node_Id N) { return Ureal3 (N); } + INLINE Uint Reason (Node_Id N) + { return Uint3 (N); } INLINE Node_Id Record_Extension_Part (Node_Id N) { return Node3 (N); } INLINE Boolean Redundant_Use (Node_Id N) |