X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fcloseall.c;h=5086d0d64bb09305245cc10692cc2a291978b8a7;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hp=71f600790f32d944fabb47263517eb137d20d1b8;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8;p=pdclib.old diff --git a/functions/_PDCLIB/closeall.c b/functions/_PDCLIB/closeall.c index 71f6007..5086d0d 100644 --- a/functions/_PDCLIB/closeall.c +++ b/functions/_PDCLIB/closeall.c @@ -8,6 +8,7 @@ #include +#ifndef REGTEST extern struct _PDCLIB_file_t * _PDCLIB_filelist; void _PDCLIB_closeall( void ) @@ -21,6 +22,7 @@ void _PDCLIB_closeall( void ) stream = next; } } +#endif #ifdef TEST #include <_PDCLIB_test.h>