comp.lang.ada
 help / color / mirror / Atom feed
From: lutz@iks-jena.de (Lutz Donnerhacke)
Subject: Solution: formal parameter "..." cannot be used before end of specification
Date: 1999/11/24
Date: 1999-11-24T00:00:00+00:00	[thread overview]
Message-ID: <slrn83nk6h.m1.lutz@taranis.iks-jena.de> (raw)

This posting is only for retrieval on deja and Co. Don't read it.
\f
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.
\f
Postet after the second longer search in a few hours.

F'up: poster.




                 reply	other threads:[~1999-11-24  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox