Changeset a3ba5b37 in rtems
- Timestamp:
- 10/16/15 06:17:20 (7 years ago)
- Branches:
- 5, master
- Children:
- c52568d
- Parents:
- 143696a
- git-author:
- Sebastian Huber <sebastian.huber@…> (10/16/15 06:17:20)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (10/26/15 08:13:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/basedefs.h
r143696a ra3ba5b37 172 172 */ 173 173 #ifdef __GNUC__ 174 #define RTEMS_COMPILER_PURE_ATTRIBUTE \ 175 __attribute__ ((pure)) 176 #else 177 #define RTEMS_COMPILER_PURE_ATTRIBUTE 178 #endif 174 #define RTEMS_PURE __attribute__((__pure__)) 175 #else 176 #define RTEMS_PURE 177 #endif 178 179 /* Provided for backward compatibility */ 180 #define RTEMS_COMPILER_PURE_ATTRIBUTE RTEMS_PURE 179 181 180 182 /**
Note: See TracChangeset
for help on using the changeset viewer.