diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 20:56:56 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 20:56:56 +0000 |
commit | a2fd6a9178b1380b076128c1ee4eaef3c93dc535 (patch) | |
tree | bdebd3680d14a0153adcce30bc6be1e989e06af9 /gcc/ada/sinfo.h | |
parent | eb3ce9d64b8f20d384d16baeef5a9282e29fd9f4 (diff) | |
download | gcc-a2fd6a9178b1380b076128c1ee4eaef3c93dc535.tar.gz |
* einfo.h: Regenerate.
* nmake.ads: Regenerate.
* nmake.adb: Regenerate.
* sinfo.h: Regenerate.
* treeprs.adb: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.h')
-rw-r--r-- | gcc/ada/sinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/sinfo.h b/gcc/ada/sinfo.h index c3e9a8d99ca..68cd7f3ac85 100644 --- a/gcc/ada/sinfo.h +++ b/gcc/ada/sinfo.h @@ -7,7 +7,7 @@ /* C Header File */ /* */ /* 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. */ /* */ @@ -42,9 +42,9 @@ #define N_Record_Representation_Clause 5 #define N_Attribute_Definition_Clause 6 #define N_Empty 7 - #define N_Error 8 - #define N_Pragma 9 - #define N_Pragma_Argument_Association 10 + #define N_Pragma 8 + #define N_Pragma_Argument_Association 9 + #define N_Error 10 #define N_Defining_Character_Literal 11 #define N_Defining_Identifier 12 #define N_Defining_Operator_Symbol 13 @@ -282,7 +282,7 @@ N_Expanded_Name, N_Attribute_Reference) SUBTYPE (N_Has_Etype, Node_Kind, - N_Defining_Character_Literal, + N_Error, N_Subtype_Indication) SUBTYPE (N_Later_Decl_Item, Node_Kind, N_Task_Type_Declaration, |