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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!r34g2000vba.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Ada and (SIGTERM?) Date: Thu, 6 Aug 2009 11:13:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <05aa1524-ea73-4526-acc6-4e7509623733@r34g2000vba.googlegroups.com> References: <42c9446c-76d2-4c82-abab-fd7c5573d85e@k30g2000yqf.googlegroups.com> <4244cbe7-1655-484b-a376-0237802ab37d@p10g2000prm.googlegroups.com> NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1249582428 23275 127.0.0.1 (6 Aug 2009 18:13:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Aug 2009 18:13:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r34g2000vba.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7636 Date: 2009-08-06T11:13:48-07:00 List-Id: On Aug 6, 2:06=A0am, Adam Beneschan wrote: > then instead of an "infinite" loop, 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 :-)