URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [namet.ads] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
package Namet is Hash_Num : constant Integer := 2**12; subtype Hash_Index_Type is Integer range 0 .. Hash_Num - 1; Name_Buffer : String (1 .. 16*1024); Name_Len : Natural; end Namet;
Go to most recent revision | Compare with Previous | Blame | View Log