Commit 4d6d06a5 by Geert Bosch Committed by Geert Bosch

einfo.h: Regenerate.

	* einfo.h: Regenerate.

	* nmake.ads: Regenerate.

	* nmake.adb: Regenerate.

	* sinfo.h: Regenerate.

	* treeprs.adb: Regenerate.

From-SVN: r46200
parent 2f30eda4
2001-10-11 Geert Bosch <bosch@gnat.com>
* einfo.h: Regenerate.
* nmake.ads: Regenerate.
* nmake.adb: Regenerate.
* sinfo.h: Regenerate.
* treeprs.adb: Regenerate.
2001-10-10 Geert Bosch <bosch@gnat.com> 2001-10-10 Geert Bosch <bosch@gnat.com>
* gnat-style.texi: New file describing coding guidelines for Ada. * gnat-style.texi: New file describing coding guidelines for Ada.
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
/* */ /* */
/* C Header File */ /* C Header File */
/* */ /* */
/* Generated by xeinfo revision 1.1 using */ /* Generated by xeinfo revision 1.2 using */
/* einfo.ads revision 1.1 */ /* einfo.ads revision 1.2 */
/* einfo.adb revision 1.1 */ /* einfo.adb revision 1.3 */
/* */ /* */
/* Copyright (C) 1992-2001 Free Software Foundation, Inc. */ /* Copyright (C) 1992-2001 Free Software Foundation, Inc. */
/* */ /* */
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
SUBTYPE (Type_Kind, Entity_Kind, SUBTYPE (Type_Kind, Entity_Kind,
E_Enumeration_Type, E_Subprogram_Type) E_Enumeration_Type, E_Subprogram_Type)
typedef int Component_Alignment_Kind; typedef char Component_Alignment_Kind;
#define Calign_Default 0 #define Calign_Default 0
#define Calign_Component_Size 1 #define Calign_Component_Size 1
#define Calign_Component_Size_4 2 #define Calign_Component_Size_4 2
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Generated by xnmake revision 1.25 using -- -- Generated by xnmake revision 1.2 using --
-- sinfo.ads revision 1.430 -- -- sinfo.ads revision 1.2 --
-- nmake.adt revision 1.12 -- -- nmake.adt revision 1.1 --
-- -- -- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- -- -- --
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Generated by xnmake revision 1.25 using -- -- Generated by xnmake revision 1.2 using --
-- sinfo.ads revision 1.430 -- -- sinfo.ads revision 1.2 --
-- nmake.adt revision 1.12 -- -- 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 @@
/* C Header File */ /* C Header File */
/* */ /* */
/* Generated by xsinfo revision 1.1 using */ /* Generated by xsinfo revision 1.1 using */
/* sinfo.ads revision 1.1 */ /* sinfo.ads revision 1.2 */
/* */ /* */
/* Copyright (C) 1992-2001, Free Software Foundation, Inc. */ /* Copyright (C) 1992-2001, Free Software Foundation, Inc. */
/* */ /* */
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#define N_Record_Representation_Clause 5 #define N_Record_Representation_Clause 5
#define N_Attribute_Definition_Clause 6 #define N_Attribute_Definition_Clause 6
#define N_Empty 7 #define N_Empty 7
#define N_Error 8 #define N_Pragma 8
#define N_Pragma 9 #define N_Pragma_Argument_Association 9
#define N_Pragma_Argument_Association 10 #define N_Error 10
#define N_Defining_Character_Literal 11 #define N_Defining_Character_Literal 11
#define N_Defining_Identifier 12 #define N_Defining_Identifier 12
#define N_Defining_Operator_Symbol 13 #define N_Defining_Operator_Symbol 13
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
N_Expanded_Name, N_Expanded_Name,
N_Attribute_Reference) N_Attribute_Reference)
SUBTYPE (N_Has_Etype, Node_Kind, SUBTYPE (N_Has_Etype, Node_Kind,
N_Defining_Character_Literal, N_Error,
N_Subtype_Indication) N_Subtype_Indication)
SUBTYPE (N_Later_Decl_Item, Node_Kind, SUBTYPE (N_Later_Decl_Item, Node_Kind,
N_Task_Type_Declaration, N_Task_Type_Declaration,
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Generated by xtreeprs revision 1.31 using -- -- Generated by xtreeprs revision 1.1 using --
-- sinfo.ads revision 1.430 -- -- sinfo.ads revision 1.2 --
-- treeprs.adt revision 1.17 -- -- treeprs.adt revision 1.1 --
-- -- -- --
-- Copyright (C) 1992-1997 Free Software Foundation, Inc. -- -- Copyright (C) 1992-1997 Free Software Foundation, Inc. --
-- -- -- --
...@@ -119,12 +119,12 @@ package Treeprs is ...@@ -119,12 +119,12 @@ package Treeprs is
"$Name%Expression&Next_Rep_Item+From_At_Mod" & "$Name%Expression&Next_Rep_Item+From_At_Mod" &
-- Empty -- Empty
"" & "" &
-- Error
"" &
-- Pragma -- Pragma
"$Pragma_Argument_Associations%Debug_Statement&Next_Rep_Item" & "$Pragma_Argument_Associations%Debug_Statement&Next_Rep_Item" &
-- Pragma_Argument_Association -- Pragma_Argument_Association
"%Expression" & "%Expression" &
-- Error
"" &
-- Defining_Character_Literal -- Defining_Character_Literal
"$Next_Entity%Scope" & "$Next_Entity%Scope" &
-- Defining_Identifier -- Defining_Identifier
...@@ -590,9 +590,9 @@ package Treeprs is ...@@ -590,9 +590,9 @@ package Treeprs is
N_Record_Representation_Clause => 133, N_Record_Representation_Clause => 133,
N_Attribute_Definition_Clause => 187, N_Attribute_Definition_Clause => 187,
N_Empty => 229, N_Empty => 229,
N_Error => 229,
N_Pragma => 229, N_Pragma => 229,
N_Pragma_Argument_Association => 288, N_Pragma_Argument_Association => 288,
N_Error => 299,
N_Defining_Character_Literal => 299, N_Defining_Character_Literal => 299,
N_Defining_Identifier => 317, N_Defining_Identifier => 317,
N_Defining_Operator_Symbol => 335, N_Defining_Operator_Symbol => 335,
......
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