a-tasatt.adb: Use 'Access instead of 'Unchecked_Access when applicable.
authorSamuel Tardieu <sam@rfc1149.net>
Wed, 7 Nov 2007 14:49:46 +0000 (14:49 +0000)
committerSamuel Tardieu <sam@gcc.gnu.org>
Wed, 7 Nov 2007 14:49:46 +0000 (14:49 +0000)
commitdcbd752dc4bb412ac4cba7bb85e24a2240b65c75
tree7165cf5e6d5b9b91519feb9606f0ccefa5aebbc1
parentf9d806de0b5f93a0ceb957e7895cafa83761392b
a-tasatt.adb: Use 'Access instead of 'Unchecked_Access when applicable.

    gcc/ada/
* a-tasatt.adb: Use 'Access instead of 'Unchecked_Access when
applicable. Local lifetime is the one of the package.
(Set_Value): W is allocated on the heap.

* g-socket.adb: Use 'Access instead of 'Unchecked_Access when
applicable.
(Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
access type.
(Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
access type.

* s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
applicable.
(elaboration code): Timer_Queue lifetime is the one of the
package.

From-SVN: r129963
gcc/ada/ChangeLog
gcc/ada/a-tasatt.adb
gcc/ada/g-socket.adb
gcc/ada/s-taasde.adb