URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [g_tables.ads] - Rev 716
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