X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=abb1f4c4f7478b8208b6074b1ca856c997ea381a;hp=fb3f4d636cd2f8560545d6ca725946638515b5a0;hb=b41576197133c1211d6ec353faf93f505f573b8a;hpb=93ca2d813f86c52bb9bece81ca564d4831bff9e5 diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c index fb3f4d6..abb1f4c 100644 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -9,6 +9,7 @@ #include #include #include +#ifdef TEST #include <_PDCLIB_test.h> @@ -111,3 +112,4 @@ int main( void ) test( TAG_INTPTR, &x, TAG_LDBLPTR, &d, TAG_FUNCPTR, dummy, TAG_END ); return TEST_RESULTS; } +#endif