URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [g_tables.ads] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
generic type Component is private; package G_Tables is type Table (<>) is limited private; function Create (L : Natural) return Table; private type Table is array (Positive range <>) of Component; end G_Tables;
Go to most recent revision | Compare with Previous | Blame | View Log