Changeset 79 for trunk/include/k/kDefs.h


Ignore:
Timestamp:
Jul 27, 2016, 4:25:09 PM (9 years ago)
Author:
bird
Message:

fixing warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/k/kDefs.h

    r29 r79  
    294294 * The value of this \#define indicates the target endianness.
    295295 *
    296  * @remark  It's necessary to define this (or add the necessary dection here)
     296 * @remark  It's necessary to define this (or add the necessary deduction here)
    297297 *          on bi-endian architectures.
    298298 */
    299299#ifndef K_ENDIAN
    300300  /* use K_ARCH if possible. */
    301 # if K_ARCH_END != K_ENDIAN_BI
     301# if K_ARCH_ENDIAN != K_ENDIAN_BI
    302302#  define K_ENDIAN K_ARCH_ENDIAN
    303303# else
Note: See TracChangeset for help on using the changeset viewer.