summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
commitff0b0082b1a8b20b5a434c0ccd7b0e4358866bac (patch)
treed3683be8f5b25dd514eb921c86190233909014de /cpukit
parentCleanup patch from Eric Norum. (diff)
downloadrtems-ff0b0082b1a8b20b5a434c0ccd7b0e4358866bac.tar.bz2
Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS included
when building the executive source.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/rtems/include/rtems.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index dc7d7c2c0b..9a165c08dd 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -31,7 +31,7 @@ extern "C" {
* Define this at your own risk.
*/
-#ifndef __RTEMS_VIOLATE_KERNEL_VISIBILITY__
+#if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)
#define __RTEMS_APPLICATION__
#endif