Minor reformatting.

From-SVN: r213474
This commit is contained in:
Arnaud Charlet 2014-08-01 16:26:57 +02:00
parent 5b2bf62c76
commit b5119ab13d
1 changed files with 2 additions and 2 deletions

View File

@ -172,9 +172,9 @@ extern Boolean In_Same_Source_Unit (Node_Id, Node_Id);
#define Exception_Extra_Info opt__exception_extra_info
#define Exception_Locations_Suppressed opt__exception_locations_suppressed
#define Exception_Mechanism opt__exception_mechanism
#define Float_Format opt__float_format
#define Generate_SCO_Instance_Table opt__generate_sco_instance_table
#define GNAT_Mode opt__gnat_mode
#define Float_Format opt__float_format
#define List_Representation_Info opt__list_representation_info
typedef enum {Setjmp_Longjmp, Back_End_Exceptions} Exception_Mechanism_Type;
@ -183,9 +183,9 @@ extern Boolean Back_End_Inlining;
extern Boolean Exception_Extra_Info;
extern Boolean Exception_Locations_Suppressed;
extern Exception_Mechanism_Type Exception_Mechanism;
extern Char Float_Format;
extern Boolean Generate_SCO_Instance_Table;
extern Boolean GNAT_Mode;
extern Char Float_Format;
extern Int List_Representation_Info;
/* restrict: */