summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-12 11:03:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-12 11:03:48 +0000
commit0fefba6cbc1048ae787b55e323ed8e910bba2a8d (patch)
tree7db68fc1db06c3278e9ca003a7994914a2a4af1b /cpukit
parent2006-11-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0fefba6cbc1048ae787b55e323ed8e910bba2a8d.tar.bz2
2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/Doxyfile: Remove RTEMS_INLINES.
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