X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Ffmtmsg.c;h=46a24862d2f21cddc71f48b576880e44a4cf55ce;hb=b89d984cca6c09e60c1941b746162903d81bb323;hp=b89d58d356e8d5a3b5ac2b61a684f12d39def338;hpb=f9df5c3d19d9ecf46b70689dedf761828a6d1d07;p=libc-test diff --git a/src/api/fmtmsg.c b/src/api/fmtmsg.c index b89d58d..46a2486 100644 --- a/src/api/fmtmsg.c +++ b/src/api/fmtmsg.c @@ -1,4 +1,4 @@ -#if X_FMTMSG +#ifdef X_FMTMSG #include #define C(n) switch(n){case n:;} static void f() @@ -24,4 +24,6 @@ C(MM_NOMSG) C(MM_NOCON) {int(*p)(long,const char*,int,const char*,const char*,const char*) = fmtmsg;} } +#else +static void f(){} #endif