Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/str.c

    r16bfcd3 rb2906c0  
    4646#include <align.h>
    4747#include <mem.h>
    48 #include <limits.h>
    4948
    5049/** Check the condition if wchar_t is signed */
    51 #ifdef __WCHAR_UNSIGNED__
     50#ifdef WCHAR_IS_UNSIGNED
    5251        #define WCHAR_SIGNED_CHECK(cond)  (true)
    5352#else
Note: See TracChangeset for help on using the changeset viewer.