Changeset 79 for trunk/include/k/kDefs.h
- Timestamp:
- Jul 27, 2016, 4:25:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/k/kDefs.h
r29 r79 294 294 * The value of this \#define indicates the target endianness. 295 295 * 296 * @remark It's necessary to define this (or add the necessary de ction here)296 * @remark It's necessary to define this (or add the necessary deduction here) 297 297 * on bi-endian architectures. 298 298 */ 299 299 #ifndef K_ENDIAN 300 300 /* use K_ARCH if possible. */ 301 # if K_ARCH_END != K_ENDIAN_BI301 # if K_ARCH_ENDIAN != K_ENDIAN_BI 302 302 # define K_ENDIAN K_ARCH_ENDIAN 303 303 # else
Note:
See TracChangeset
for help on using the changeset viewer.