summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-23 20:48:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-23 20:48:36 +0000
commit23d0e0c891127fd3c0a0043e2031808a76fbd48e (patch)
tree06708c9b3d16f83c47ce3264db8a64cdc72427ba /cpukit
parent2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-23d0e0c891127fd3c0a0043e2031808a76fbd48e.tar.bz2
2001-10-23 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/rtems/asr.nil: Fixed typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/rtems/ChangeLog4
-rw-r--r--cpukit/rtems/macros/rtems/rtems/asr.inl4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index dd4b563bc5..988df6b60b 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-23 Joel Sherrill <joel@OARcorp.com>
+
+ * macros/rtems/rtems/asr.nil: Fixed typo.
+
2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
diff --git a/cpukit/rtems/macros/rtems/rtems/asr.inl b/cpukit/rtems/macros/rtems/rtems/asr.inl
index f2943078da..c56d16e872 100644
--- a/cpukit/rtems/macros/rtems/rtems/asr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/asr.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __INLINE_ASR_h
-#define __INLINE_ASR_h
+#ifndef __MACROS_ASR_h
+#define __MACROS_ASR_h
#include <rtems/score/isr.h>