]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/stdarg.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / functions / _PDCLIB / stdarg.c
index fb3f4d636cd2f8560545d6ca725946638515b5a0..abb1f4c4f7478b8208b6074b1ca856c997ea381a 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdarg.h>
 #include <limits.h>
 #include <float.h>
+#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