From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a6414d7d26b803ce X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!m3g2000pri.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Ada and (SIGTERM?) Date: Thu, 6 Aug 2009 11:48:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <200dc0cd-fe4c-47cb-b4b6-7c27f2ba9fe8@m3g2000pri.googlegroups.com> References: <42c9446c-76d2-4c82-abab-fd7c5573d85e@k30g2000yqf.googlegroups.com> <4244cbe7-1655-484b-a376-0237802ab37d@p10g2000prm.googlegroups.com> <05aa1524-ea73-4526-acc6-4e7509623733@r34g2000vba.googlegroups.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1249584509 30641 127.0.0.1 (6 Aug 2009 18:48:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Aug 2009 18:48:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000pri.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7637 Date: 2009-08-06T11:48:28-07:00 List-Id: On Aug 6, 11:13=A0am, sjw wrote: > On Aug 6, 2:06=A0am, Adam Beneschan wrote: > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0then instead of an "infinite" lo= op, make the loop > > "while not Terminate loop" ... where Terminate is the global variable > > that gets set by the interrupt handler. =A0The details depend on your > > Ada implementation. > > Most implementations would prefer you to call the variable something > like Quit :-) Yep, "terminate" is a reserved word... forgot about that. -- Adam