+2019-12-18 Eric Botcazou <ebotcazou@adacore.com>
+
+ * cstand.adb (Create_Standard): Remove duplicate line and
+ adjust.
+
2019-12-18 Javier Miranda <miranda@adacore.com>
* debug.adb: Document -gnatd_K as a reserved switch for the
Build_Signed_Integer_Type
(Standard_Short_Short_Integer, Standard_Short_Short_Integer_Size);
+ Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Build_Signed_Integer_Type
(Standard_Short_Integer, Standard_Short_Integer_Size);
Create_Unconstrained_Base_Type
(Standard_Short_Short_Integer, E_Signed_Integer_Subtype);
- Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Create_Unconstrained_Base_Type
(Standard_Short_Integer, E_Signed_Integer_Subtype);
Create_Unconstrained_Base_Type
(Standard_Long_Long_Integer, E_Signed_Integer_Subtype);
- Set_Is_Implementation_Defined (Standard_Short_Short_Integer);
Create_Float_Types;