aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/fe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h
index 6f0c1d4..2eb591a 100644
--- a/gcc/ada/fe.h
+++ b/gcc/ada/fe.h
@@ -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: */