2001-11-07 Joel Sherrill <joel@OARcorp.com>

Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
	* include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
	to use _Objects_Get_by_index().
This commit is contained in:
Joel Sherrill
2001-11-07 22:54:43 +00:00
parent c31c15c16c
commit 4afc28ad11
4 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
* include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
to use _Objects_Get_by_index().
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/itronsys/Makefile.am: Remove.

View File

@@ -109,7 +109,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Get( _the_information, _id, _the_object ) \
_Objects_Get( (_the_information), (_id), (_the_object) )
_Objects_Get_by_index( (_the_information), (_id), (_the_object) )
#ifdef __cplusplus
}

View File

@@ -1,3 +1,9 @@
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
* include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
to use _Objects_Get_by_index().
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/itronsys/Makefile.am: Remove.

View File

@@ -109,7 +109,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Get( _the_information, _id, _the_object ) \
_Objects_Get( (_the_information), (_id), (_the_object) )
_Objects_Get_by_index( (_the_information), (_id), (_the_object) )
#ifdef __cplusplus
}