2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* score/include/rtems/system.h: Remove ITRON_EXTERN.
This commit is contained in:
Ralf Corsepius
2010-06-18 04:00:54 +00:00
parent a2e1773108
commit 4b24055fb1
2 changed files with 1 additions and 14 deletions

View File

@@ -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,

View File

@@ -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