summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:47:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:47:07 +0000
commit7a55888efe76f3b0a1dec2804a1166e2ab885b7e (patch)
tree584b3a4a4ca1b4dafc3ac3937380eb61f1224aa4 /cpukit/rtems/include
parent2001-01-22 Michael Hamel <mhamel@adi.co.nz> (diff)
downloadrtems-7a55888efe76f3b0a1dec2804a1166e2ab885b7e.tar.bz2
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems.h, src/signalcatch.c: Modifications to make CodeWarrior happy.
Diffstat (limited to 'cpukit/rtems/include')
-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 e8a13eeaba..99457be2f0 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -30,7 +30,7 @@ extern "C" {
* Define this at your own risk.
*/
-#if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)
+#if (!defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__)) && (!defined(__RTEMS_INSIDE__))
#define __RTEMS_APPLICATION__
#endif