]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
REGTEST wrapping.
[pdclib] / functions / _PDCLIB / errno.c
index 4cf5ea5b1458984fcaef019189cffcb496e98d7a..6fc1d66466d91707265d1ebf7b7b270d77aa9664 100644 (file)
@@ -4,10 +4,10 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include "_PDCLIB_int.h"
-
 #ifndef REGTEST
 
+#include "_PDCLIB_int.h"
+
 int _PDCLIB_errno = 0;
 
 int * _PDCLIB_errno_func()
@@ -18,6 +18,7 @@ int * _PDCLIB_errno_func()
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 #include <errno.h>
@@ -34,4 +35,3 @@ int main( void )
 }
 
 #endif
-