[Ada] Opt: clean up left-overs of earlier implementation in comment

2019-08-19  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* opt.ads: Clean up left-overs of earlier implementation in
	comment:

From-SVN: r274642
This commit is contained in:
Eric Botcazou 2019-08-19 08:35:44 +00:00 committed by Pierre-Marie de Rodat
parent d9ef7b9745
commit b1d7f6fe2b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -501,7 +501,7 @@ package Opt is
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
@ -513,8 +513,8 @@ package Opt is
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