X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsrc%2Fterminal_interface-curses-forms-field_types-user-choice.ads;h=1e69f43a915fdb92bd6a04166b70b62c98bb1d2e;hp=c9a2abd5526b7f5953c88f9c200d2096623b19c4;hb=65ee0f2ca50c827bf271df7a087edd7da49f598d;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/Ada95/src/terminal_interface-curses-forms-field_types-user-choice.ads b/Ada95/src/terminal_interface-curses-forms-field_types-user-choice.ads index c9a2abd5..1e69f43a 100644 --- a/Ada95/src/terminal_interface-curses-forms-field_types-user-choice.ads +++ b/Ada95/src/terminal_interface-curses-forms-field_types-user-choice.ads @@ -7,7 +7,7 @@ -- S P E C -- -- -- ------------------------------------------------------------------------------ --- Copyright (c) 1998 Free Software Foundation, Inc. -- +-- Copyright (c) 1998,2008 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -34,9 +34,9 @@ -- authorization. -- ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 --- Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en -- Version Control: --- $Revision: 1.10 $ +-- $Revision: 1.12 $ +-- $Date: 2008/07/26 18:49:20 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ with Interfaces.C; @@ -45,7 +45,6 @@ package Terminal_Interface.Curses.Forms.Field_Types.User.Choice is pragma Preelaborate (Terminal_Interface.Curses.Forms.Field_Types.User.Choice); - use type Interfaces.C.int; subtype C_Int is Interfaces.C.int; type User_Defined_Field_Type_With_Choice is abstract new @@ -76,8 +75,6 @@ package Terminal_Interface.Curses.Forms.Field_Types.User.Choice is -- | Private Part. -- | private - use type Interfaces.C.int; - function C_Generic_Choice return C_Field_Type; function Generic_Next (Fld : Field;