X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepread.c;h=cf1c2dfe53b7948d0b68619021fd72a6062b9569;hp=6ce38d90d2779659b62b1700fe30a7dae4436cc9;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8 diff --git a/functions/_PDCLIB/prepread.c b/functions/_PDCLIB/prepread.c index 6ce38d9..cf1c2df 100644 --- a/functions/_PDCLIB/prepread.c +++ b/functions/_PDCLIB/prepread.c @@ -9,6 +9,7 @@ #include #include +#ifndef REGTEST #include <_PDCLIB_glue.h> int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) @@ -35,6 +36,7 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) return 0; } } +#endif #ifdef TEST #include <_PDCLIB_test.h>