Cleanup after the OPTIONS parsing was moved.
[ghc-hetmet.git] / ghc / rts / parallel / ParInit.c
index 917b658..22c9119 100644 (file)
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Wed Mar 21 2001 16:37:16 Stardate: [-30]6363.46 hwloidl>
-   $Id: ParInit.c,v 1.4 2001/03/22 03:51:11 hwloidl Exp $
 
    Initialising the parallel RTS
 
@@ -14,8 +13,6 @@
 
 #ifdef PAR /* whole file */
 
-#define NON_POSIX_SOURCE /* so says Solaris */
-
 //@menu
 //* Includes::                 
 //* Global variables::         
@@ -25,6 +22,9 @@
 //@node Includes, Global variables
 //@subsection Includes
 
+/* Evidently not Posix */
+/* #include "PosixSource.h" */
+
 #include <setjmp.h>
 #include "Rts.h"
 #include "RtsFlags.h"