comp.lang.ada
 help / color / mirror / Atom feed
* null array constant in Ada 83
@ 2009-06-23  8:57 Martin Krischik
  2009-06-23  9:26 ` Peter Hermann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Martin Krischik @ 2009-06-23  8:57 UTC (permalink / raw)


Hi,

maintaining old code is such a great fun. Anybody know what goes where
the 4 dots are (an appropriate N_Sel_List_Entry is declared).

   subtype T_Sel_Entries is Integer range 0 ..
Selection_Types.Max_Selection_Results;

   type T_Sel_List is array (T_Sel_Entries range <>) of T_Sel_List_Entry;

   N_Sel_List : constant T_Sel_List (1 .. 0) := ....;

Or is it just plain impossible in Ada 83.

Regards

Martin
-- 
mailto://krischik@users.sourceforge.net
Ada programming at: http://ada.krischik.com



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

end of thread, other threads:[~2009-06-23 14:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23  8:57 null array constant in Ada 83 Martin Krischik
2009-06-23  9:26 ` Peter Hermann
2009-06-23  9:30 ` Frank J. Lhota
2009-06-23 12:04   ` Martin Krischik
2009-06-23 13:05     ` Jean-Pierre Rosen
2009-06-23 14:11     ` anon
2009-06-23  9:31 ` AdaMagica

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