From ff0b0082b1a8b20b5a434c0ccd7b0e4358866bac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Aug 1998 14:50:00 +0000 Subject: Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS included when building the executive source. --- cpukit/rtems/include/rtems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') 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 -- cgit v1.2.3