comparison gcc/ada/exp_tss.adb @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 -- -- 4 -- --
5 -- E X P _ T S S -- 5 -- E X P _ T S S --
6 -- -- 6 -- --
7 -- B o d y -- 7 -- B o d y --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under -- 11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
171 end if; 171 end if;
172 172
173 return Proc; 173 return Proc;
174 end Find_Inherited_TSS; 174 end Find_Inherited_TSS;
175 175
176 ----------------------- 176 ------------------
177 -- Get_TSS_Name_Type -- 177 -- Get_TSS_Name --
178 ----------------------- 178 ------------------
179 179
180 function Get_TSS_Name (E : Entity_Id) return TSS_Name_Type is 180 function Get_TSS_Name (E : Entity_Id) return TSS_Name_Type is
181 C1 : Character; 181 C1 : Character;
182 C2 : Character; 182 C2 : Character;
183 Nm : TSS_Name_Type; 183 Nm : TSS_Name_Type;