X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=7ad1087457da409bd2a9f487839131943c3dabe8;hb=1b1c0ce961e039ee602d179b9257abeabae65010;hp=4fe975c4f4af0e8acb503dd84138d9bc613ab397;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c old mode 100644 new mode 100755 index 4fe975c..7ad1087 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -8,7 +8,9 @@ #include #include -#include <_PDCLIB_test.h> +#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