[Ada] Minor reformatting
2018-05-23 Piotr Trojanek <trojanek@adacore.com> gcc/ada/ * einfo.ads: Minor reformatting. From-SVN: r260577
This commit is contained in:
parent
728fedc29c
commit
53b30c7357
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-05-23 Piotr Trojanek <trojanek@adacore.com>
|
||||
|
||||
* einfo.ads: Minor reformatting.
|
||||
|
||||
2018-05-23 Ed Schonberg <schonberg@adacore.com>
|
||||
|
||||
* sem_ch3.adb (Analyze_Object_Declaration): If expression is an
|
||||
|
|
|
@ -7028,7 +7028,7 @@ package Einfo is
|
|||
function Can_Never_Be_Null (Id : E) return B;
|
||||
function Can_Use_Internal_Rep (Id : E) return B;
|
||||
function Checks_May_Be_Suppressed (Id : E) return B;
|
||||
function Class_Wide_Clone (Id : E) return E;
|
||||
function Class_Wide_Clone (Id : E) return E;
|
||||
function Class_Wide_Type (Id : E) return E;
|
||||
function Cloned_Subtype (Id : E) return E;
|
||||
function Component_Alignment (Id : E) return C;
|
||||
|
|
Loading…
Add table
Reference in a new issue