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.8 required=5.0 tests=BAYES_00,URI_HEX autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e53617e6821a1c7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-05 13:18:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!freenix!proxad.net!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: "Micha� Morawski" Newsgroups: comp.lang.ada Subject: Re: Suspicious reentrant semaphore Date: Mon, 5 May 2003 22:18:33 +0200 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: NNTP-Posting-Host: pd124.lodz.cvx.ppp.tpnet.pl X-Trace: nemesis.news.tpi.pl 1052165945 12361 213.77.230.124 (5 May 2003 20:19:05 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Mon, 5 May 2003 20:19:05 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:36987 Date: 2003-05-05T22:18:33+02:00 List-Id: But of course - my mistake "then", "with" Is it similar? No! Am I blind? Yes! Thank You -- "Jano" wrote in message news:MPG.1920c5beeb9916469896f6@News.CIS.DFN.DE... > Michal Morawski dice... > > Does it works in GNAT? > > > > I have written the following program, which cannot be compiled because the > > construction "then abort" is not understand by the compiler. > > > > > requeue E3 then abort; > > ************^^ Here is error > > I think it's "requeue with abort". "then abort" is used in the ATC > statement. > > -- > ------------------------- > Jano > 402450.at.cepsz.unizar.es > -------------------------