X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=56d3d143a9757a38fb94c3621195805f5ae85be6;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=82bf474140ac00c50cc822d4e49dfea9f8a9eeab;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/locale/localeconv.c b/functions/locale/localeconv.c index 82bf474..56d3d14 100644 --- a/functions/locale/localeconv.c +++ b/functions/locale/localeconv.c @@ -16,6 +16,7 @@ struct lconv * localeconv( void ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -23,4 +24,5 @@ int main( void ) TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } + #endif