diff gcc/ada/expander.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gcc/ada/expander.ads	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/ada/expander.ads	Thu Oct 25 07:37:49 2018 +0900
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2016, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2018, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -135,12 +135,12 @@
    --        or declaration (see routines Start_Generic_Processing and
    --        End_Generic_Processing in Sem_Ch12)
    --
-   --    (b) when starting/completing the pre-analysis of an expression
-   --        (see the spec of package Sem for more info on pre-analysis.)
+   --    (b) when starting/completing the preanalysis of an expression
+   --        (see the spec of package Sem for more info on preanalysis.)
    --
    --  Note that when processing a spec expression (In_Spec_Expression
    --  is True) or performing semantic analysis of a generic spec or body
-   --  (Inside_A_Generic) or when performing pre-analysis (Full_Analysis is
+   --  (Inside_A_Generic) or when performing preanalysis (Full_Analysis is
    --  False) the Expander_Active flag is False.
 
    procedure Expand (N : Node_Id);