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,97c88818cde583d1,start X-Google-Attributes: gid103376,public From: lutz@iks-jena.de (Lutz Donnerhacke) Subject: Solution: formal parameter "..." cannot be used before end of specification Date: 1999/11/24 Message-ID: #1/1 X-Deja-AN: 552474602 Distribution: world Content-Transfer-Encoding: 8bit Followup-To: poster Content-Type: text/plain; charset=ISO-8859-1 Organization: IKS GmbH Jena Mime-Version: 1.0 User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 1999-11-24T00:00:00+00:00 List-Id: This posting is only for retrieval on deja and Co. Don't read it. I came across the error message above and did not find any meaningful answer so I asked deja unsuccessfully. procedure Traverse (List : in List); -- cause the following error with GNAT -- formal parameter "List" cannot be used before end of specification Reason: Parameters and types uses the same namespace. procedure Traverse (L : in List); -- Have fun. Postet after the second longer search in a few hours. F'up: poster.