+2019-08-19 Eric Botcazou <ebotcazou@adacore.com>
+
+ * opt.ads: Clean up left-overs of earlier implementation in
+ comment:
+
2019-08-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Derived_Enumeration_Type): Do no freeze anonymous
type Distribution_Stub_Mode_Type is
-- GNAT
(No_Stubs,
- -- Normal mode, no generation/compilation of distribution stubs
+ -- Normal mode, no generation of distribution stubs
Generate_Receiver_Stub_Body,
-- The unit being compiled is the RCI body, and the compiler will
Distribution_Stub_Mode : Distribution_Stub_Mode_Type := No_Stubs;
-- GNAT
- -- This enumeration variable indicates the five states of distribution
- -- annex stub generation/compilation.
+ -- This enumeration variable indicates the three states of distribution
+ -- annex stub generation.
Do_Not_Execute : Boolean := False;
-- GNATMAKE