]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/exit.c
Porting current working set from CVS.
[pdclib.old] / functions / stdlib / exit.c
index 0d816a3bba1a6ecd9b9b867bfc0fbe4ab0d22479..8862f4120c899912a696cfda3b40a5b183a187c8 100644 (file)
@@ -38,9 +38,8 @@ void exit( int status )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* Unwinding of regstack tested in atexit(). */
     return TEST_RESULTS;
 }