X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwchar.h;h=9ceddd57550fc60c386cd3f68c438f4271256fd6;hp=35706c7ff7abaf796d047ae13a315a5165105a1e;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hpb=4d98280388a21db6913911ff647b2e56338d46cf;ds=sidebyside diff --git a/include/wchar.h b/include/wchar.h index 35706c7f..9ceddd57 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -26,12 +26,7 @@ extern "C" { #include -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif +#define NULL 0L #undef WEOF #define WEOF (-1)