]> pd.if.org Git - pdclib.old/blobdiff - functions/_PDCLIB/seed.c
Porting current working set from CVS.
[pdclib.old] / functions / _PDCLIB / seed.c
index df0c55dc61025d78b1168d4f1cb290f34f3e1300..eba80254715f3613476941bb7ea007cc4bcd24f9 100644 (file)
@@ -13,9 +13,8 @@ unsigned long int _PDCLIB_seed = 1;
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* no tests for raw data */
     return TEST_RESULTS;
 }