[Bug 1651] New: Remove RTEMS_INLINE_ROUTINE
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Aug 3 07:12:52 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1651
Summary: Remove RTEMS_INLINE_ROUTINE
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: sebastian.huber at embedded-brains.de
RTEMS_INLINE_ROUTINE is defined as:
#ifdef __GNUC__
# define RTEMS_INLINE_ROUTINE static __inline__
#else
# define RTEMS_INLINE_ROUTINE static inline
#endif
We should remove this because the inline keyword is part of the ISO C 99
standard.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list