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,217ce8585deaa093 X-Google-Attributes: gid103376,public From: Fernand0@p0b0xes.com (Fernand0) Subject: Re: Could you help me debug this please? Date: 1999/05/25 Message-ID: #1/1 X-Deja-AN: 481806600 References: <374a318b.1942660@news.ozemail.com.au> X-Complaints-To: usenet@news.unizar.es X-Trace: celes.unizar.es 927616723 6610 155.210.29.34 (25 May 1999 07:18:43 GMT) Organization: Universidad de Zaragoza User-Agent: slrn/0.9.5.4 (UNIX) NNTP-Posting-Date: 25 May 1999 07:18:43 GMT Newsgroups: comp.lang.ada Date: 1999-05-25T07:18:43+00:00 List-Id: Hi, >elsif (Code=migrate) then >(write_data(in_data : out text_io.file_type)); ^^^^^^^^^^^^^^^^^^^^^^^ probably the compiler gets confused with a declaration of a parameter in the call?? Try deleting the declaration part and substituting it by an actual call. Best regards, Fernando Tricas