summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/Doxyfile2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ae5275dc1e..2628d2be4e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * score/Doxyfile: Remove RTEMS_INLINES.
+
2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/xdr/xdr_float.c: Add bfin.
diff --git a/cpukit/score/Doxyfile b/cpukit/score/Doxyfile
index dd384bf7ba..3bfbc2daa3 100644
--- a/cpukit/score/Doxyfile
+++ b/cpukit/score/Doxyfile
@@ -875,7 +875,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = RTEMS_INLINES FALSE=0 \
+PREDEFINED = FALSE=0 \
CPU_USE_GENERIC_BITFIELD_DATA=0
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then