comparison gcc/ada/clean.adb @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
4 -- -- 4 -- --
5 -- C L E A N -- 5 -- C L E A N --
6 -- -- 6 -- --
7 -- B o d y -- 7 -- B o d y --
8 -- -- 8 -- --
9 -- Copyright (C) 2003-2017, Free Software Foundation, Inc. -- 9 -- Copyright (C) 2003-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- --
692 while Index <= Last loop 692 while Index <= Last loop
693 declare 693 declare
694 Arg : constant String := Argument (Index); 694 Arg : constant String := Argument (Index);
695 695
696 procedure Bad_Argument; 696 procedure Bad_Argument;
697 pragma No_Return (Bad_Argument);
697 -- Signal bad argument 698 -- Signal bad argument
698 699
699 ------------------ 700 ------------------
700 -- Bad_Argument -- 701 -- Bad_Argument --
701 ------------------ 702 ------------------