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 11:04:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!212.97.175.23!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: Suspicious reentrant semaphore Date: Mon, 5 May 2003 20:03:03 +0200 Message-ID: References: NNTP-Posting-Host: 212.97.175.23 X-Trace: fu-berlin.de 1052157846 16526847 212.97.175.23 (16 [49872]) X-Newsreader: MicroPlanet Gravity v2.50 Xref: archiver1.google.com comp.lang.ada:36983 Date: 2003-05-05T20:03:03+02:00 List-Id: 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 -------------------------