OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt6.ads] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
package Opt6 is
2
 
3
   type String_Access is access all String;
4
   type String_List is array (Positive range <>) of String_Access;
5
   type String_List_Access is access all String_List;
6
 
7
   type Command_Line_Iterator is record
8
      Params   : String_List_Access;
9
      Current  : Natural;
10
   end record;
11
 
12
   function Current_Parameter (Iter : Command_Line_Iterator) return String;
13
 
14
end Opt6;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.