X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fthrd_yield.c;h=55ce0a2a4d3ef6f050fe380fd838731b92452f6b;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hp=2d184ce8138d3a9ea922f94deeec55384d68fbb0;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b;p=pdclib diff --git a/opt/nothread/thrd_yield.c b/opt/nothread/thrd_yield.c index 2d184ce..55ce0a2 100644 --- a/opt/nothread/thrd_yield.c +++ b/opt/nothread/thrd_yield.c @@ -1,18 +1,18 @@ -#ifndef REGTEST -#include - -void thrd_yield(void) -{ - /* does nothing */ -} -#endif - -#ifdef TEST -#include <_PDCLIB_test.h> - -int main( void ) -{ - return TEST_RESULTS; -} - -#endif +#ifndef REGTEST +#include + +void thrd_yield(void) +{ + /* does nothing */ +} +#endif + +#ifdef TEST +#include "_PDCLIB_test.h" + +int main( void ) +{ + return TEST_RESULTS; +} + +#endif