forked from Imagelibrary/rtems
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Remove ITRON_EXTERN.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/include/rtems/system.h: Remove ITRON_EXTERN.
|
||||
* score/src/apiext.c: Remove comment referring to ITRON.
|
||||
* score/include/rtems/score/object.h: Remove Objects_ITRON_API.
|
||||
* rtems/src/rtemsobjectgetapiclassname.c,
|
||||
|
||||
@@ -87,20 +87,6 @@ extern "C" {
|
||||
#define POSIX_EXTERN extern
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The following ensures that all data is declared in the space
|
||||
* of the initialization routine for either the Initialization Manager
|
||||
* or the initialization file for the appropriate API. It is
|
||||
* referenced as "external" in every other file.
|
||||
*/
|
||||
#ifdef ITRON_API_INIT
|
||||
#undef ITRON_EXTERN
|
||||
#define ITRON_EXTERN
|
||||
#else
|
||||
#undef ITRON_EXTERN
|
||||
#define ITRON_EXTERN extern
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The following (in conjunction with compiler arguments) are used
|
||||
* to choose between the use of static inline functions and macro
|
||||
|
||||
Reference in New Issue
Block a user