]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/prepread.c
No exceptions to regtestdrivers anymore.
[pdclib] / functions / _PDCLIB / prepread.c
index 9111ff49b9eaf0a7309d932acd216aecc2e781a3..2c5818ae58b91adeffc74e3c4a6974d1239a5f3b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_prepread( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -8,8 +6,8 @@
 
 #include <stdio.h>
 
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
-#include <_PDCLIB_glue.h>
+#ifndef REGTEST
+#include "_PDCLIB_glue.h"
 
 int _PDCLIB_prepread( struct _PDCLIB_file_t * stream )
 {
@@ -36,8 +34,10 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream )
     }
 }
 
+#endif
+
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {