Commit e288604a by Geert Bosch Committed by Geert Bosch

* einfo.h, nmake.adb, nmake.ads, sinfo.h, treeprs.ads: Regenerate.

From-SVN: r47626
parent 5ac21013
2001-12-04 Geert bosch <bosch@gnat.com>
* einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
2001-12-04 Geert Bosch <bosch@gnat.com> 2001-12-04 Geert Bosch <bosch@gnat.com>
* Makefile.in (update-sources): New target. * Makefile.in (update-sources): New target.
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
/* C Header File */ /* C Header File */
/* */ /* */
/* Generated by xeinfo revision 1.2 using */ /* Generated by xeinfo revision 1.2 using */
/* einfo.ads revision 1.2 */ /* einfo.ads revision 1.3 */
/* einfo.adb revision 1.3 */ /* einfo.adb revision 1.4 */
/* */ /* */
/* Copyright (C) 1992-2001 Free Software Foundation, Inc. */ /* Copyright (C) 1992-2001 Free Software Foundation, Inc. */
/* */ /* */
...@@ -360,6 +360,7 @@ ...@@ -360,6 +360,7 @@
INLINE B Has_Pragma_Elaborate_Body (E Id); INLINE B Has_Pragma_Elaborate_Body (E Id);
INLINE B Has_Pragma_Inline (E Id); INLINE B Has_Pragma_Inline (E Id);
INLINE B Has_Pragma_Pack (E Id); INLINE B Has_Pragma_Pack (E Id);
INLINE B Has_Pragma_Pure_Function (E Id);
INLINE B Has_Primitive_Operations (E Id); INLINE B Has_Primitive_Operations (E Id);
INLINE B Has_Qualified_Name (E Id); INLINE B Has_Qualified_Name (E Id);
INLINE B Has_Record_Rep_Clause (E Id); INLINE B Has_Record_Rep_Clause (E Id);
...@@ -1117,6 +1118,9 @@ ...@@ -1117,6 +1118,9 @@
INLINE B Has_Pragma_Pack (E Id) INLINE B Has_Pragma_Pack (E Id)
{ return Flag121 (Implementation_Base_Type (Id)); } { return Flag121 (Implementation_Base_Type (Id)); }
INLINE B Has_Pragma_Pure_Function (E Id)
{ return Flag179 (Id); }
INLINE B Has_Primitive_Operations (E Id) INLINE B Has_Primitive_Operations (E Id)
{ return Flag120 (Base_Type (Id)); } { return Flag120 (Base_Type (Id)); }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
-- B o d y -- -- B o d y --
-- -- -- --
-- Generated by xnmake revision 1.2 using -- -- Generated by xnmake revision 1.2 using --
-- sinfo.ads revision 1.2 -- -- sinfo.ads revision 1.5 --
-- nmake.adt revision 1.1 -- -- nmake.adt revision 1.1 --
-- -- -- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
-- S p e c -- -- S p e c --
-- -- -- --
-- Generated by xnmake revision 1.2 using -- -- Generated by xnmake revision 1.2 using --
-- sinfo.ads revision 1.2 -- -- sinfo.ads revision 1.5 --
-- nmake.adt revision 1.1 -- -- nmake.adt revision 1.1 --
-- -- -- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
/* */ /* */
/* C Header File */ /* C Header File */
/* */ /* */
/* Generated by xsinfo revision 1.1 using */ /* Generated by xsinfo revision using */
/* sinfo.ads revision 1.2 */ /* sinfo.ads revision 1.5 */
/* */ /* */
/* Copyright (C) 1992-2001, Free Software Foundation, Inc. */ /* Copyright (C) 1992-2001, Free Software Foundation, Inc. */
/* */ /* */
...@@ -365,6 +365,8 @@ ...@@ -365,6 +365,8 @@
{ return Node3 (N); } { return Node3 (N); }
INLINE Boolean Assignment_OK (Node_Id N) INLINE Boolean Assignment_OK (Node_Id N)
{ return Flag15 (N); } { return Flag15 (N); }
INLINE Node_Id Associated_Node (Node_Id N)
{ return Node4 (N); }
INLINE Node_Id At_End_Proc (Node_Id N) INLINE Node_Id At_End_Proc (Node_Id N)
{ return Node1 (N); } { return Node1 (N); }
INLINE Name_Id Attribute_Name (Node_Id N) INLINE Name_Id Attribute_Name (Node_Id N)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment