X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=7ad1087457da409bd2a9f487839131943c3dabe8;hb=1b1c0ce961e039ee602d179b9257abeabae65010;hp=61def6837958a0745e501c431f5ed58dcc78e349;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c old mode 100644 new mode 100755 index 61def68..7ad1087 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -8,6 +8,8 @@ #include #include +#ifdef TEST + #include "_PDCLIB_test.h" typedef int (*intfunc_t)( void ); @@ -109,3 +111,5 @@ int main( void ) test( TAG_INTPTR, &x, TAG_LDBLPTR, &d, TAG_FUNCPTR, dummy, TAG_END ); return TEST_RESULTS; } + +#endif