Changeset b261dec in rtems
- Timestamp:
- 04/24/17 17:00:43 (6 years ago)
- Branches:
- 5, master
- Children:
- 55b967a
- Parents:
- 485222e
- git-author:
- Joel Sherrill <joel@…> (04/24/17 17:00:43)
- git-committer:
- Joel Sherrill <joel@…> (04/24/17 17:00:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/xz/xz_config.h
r485222e rb261dec 63 63 * so if you want to change it, you need to #undef it first. 64 64 */ 65 #ifdef __rtems__ 66 # undef __always_inline 67 # define __always_inline inline 68 #else 65 69 #ifndef __always_inline 66 70 # ifdef __GNUC__ … … 70 74 # define __always_inline inline 71 75 # endif 76 #endif 72 77 #endif 73 78
Note: See TracChangeset
for help on using the changeset viewer.