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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9ae5242be9f6f6d8 X-Google-Attributes: gid103376,public From: Keith Thompson Subject: Re: Aborting Date: 1999/06/19 Message-ID: #1/1 X-Deja-AN: 491556433 References: X-Complaints-To: usenet@nusku.cts.com X-Trace: nusku.cts.com 929832918 24501 198.68.168.21 (19 Jun 1999 22:55:18 GMT) Organization: CTS Network Services NNTP-Posting-Date: 19 Jun 1999 22:55:18 GMT Newsgroups: comp.lang.ada Date: 1999-06-19T22:55:18+00:00 List-Id: Jan Kroken writes: > Is there any other way than pragma import(C,Exit,"exit") I can abort > an Ada program from another place than the main procedure? Raise an exception that's handled only in the main program. (I'm not sure what this does to tasks, though.) -- Keith Thompson (The_Other_Keith) kst@cts.com San Diego Supercomputer Center <*> One of the great tragedies of ancient history is that Helen of Troy lived before the invention of the champagne bottle.