]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/prepread.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / functions / _PDCLIB / prepread.c
index 6ce38d90d2779659b62b1700fe30a7dae4436cc9..cf1c2dfe53b7948d0b68619021fd72a6062b9569 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdio.h>
 #include <errno.h>
 
+#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>