comp.lang.ada
 help / color / mirror / Atom feed
* Solution: formal parameter "..." cannot be used before end of specification
@ 1999-11-24  0:00 Lutz Donnerhacke
  0 siblings, 0 replies; only message in thread
From: Lutz Donnerhacke @ 1999-11-24  0:00 UTC (permalink / 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.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-11-24  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-24  0:00 Solution: formal parameter "..." cannot be used before end of specification Lutz Donnerhacke

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