X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fcloseall.c;h=6c2bed4f1ba0f4e5b23944fc14b722e761942228;hp=0bc4278784b8a64089bdcca090cb76e63ee329b5;hb=2040228f27d623585d339dec175c4e779ca9edb5;hpb=3ffa88d3e16e7564ff81bf3650b5afa113caac97 diff --git a/functions/_PDCLIB/closeall.c b/functions/_PDCLIB/closeall.c index 0bc4278..6c2bed4 100644 --- a/functions/_PDCLIB/closeall.c +++ b/functions/_PDCLIB/closeall.c @@ -6,6 +6,8 @@ #include +#ifndef REGTEST + extern struct _PDCLIB_file_t * _PDCLIB_filelist; void _PDCLIB_closeall( void ) @@ -20,6 +22,8 @@ void _PDCLIB_closeall( void ) } } +#endif + #ifdef TEST #include "_PDCLIB_test.h"