]> pd.if.org Git - pdclib/blobdiff - opt/nothread/tss_delete.c
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / opt / nothread / tss_delete.c
index 5d251f4904a14b6592f694793bb21eadd5caa41e..758209f6f611c50f0f35dc39823a1cbc41bea515 100644 (file)
@@ -1,9 +1,11 @@
+#ifndef REGTEST\r
 #include <threads.h>\r
 \r
 void tss_delete(tss_t key)\r
 {\r
        key.self->self = NULL;\r
 }\r
+#endif\r
 \r
 #ifdef TEST\r
 #include <_PDCLIB_test.h>\r