comp.lang.ada
 help / color / mirror / Atom feed
* Question about discrimiants
@ 1987-07-07 10:34 Erland Sommarskog
  1987-07-07 23:28 ` Dik T. Winter
  1987-07-10 16:11 ` stt
  0 siblings, 2 replies; 3+ messages in thread
From: Erland Sommarskog @ 1987-07-07 10:34 UTC (permalink / raw)



The following declaration is incorrect (LRM 3.7.1(6)):

TYPE Nisse(Size : integer_type) IS
     RECORD
        A : Array(1..Size) of integer;
        B : Array(1..2*Size) of integer;
     END;
     
Does anyone know why? I can understand forbidding a dynamic expression,
but a static?
-- 
Erland Sommarskog       
ENEA Data, Stockholm    
sommar@enea.UUCP        
                        

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1987-07-10 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1987-07-07 10:34 Question about discrimiants Erland Sommarskog
1987-07-07 23:28 ` Dik T. Winter
1987-07-10 16:11 ` stt

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