[project @ 2001-10-27 21:44:54 by sof]
authorsof <unknown>
Sat, 27 Oct 2001 21:44:55 +0000 (21:44 +0000)
committersof <unknown>
Sat, 27 Oct 2001 21:44:55 +0000 (21:44 +0000)
Move extern declaration for 'environ' from Stg.h into HsPosix.h

ghc/includes/Stg.h

index 9406275..9fc9c77 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
 /* -----------------------------------------------------------------------------
- * $Id: Stg.h,v 1.38 2001/08/29 17:24:25 qrczak Exp $
+ * $Id: Stg.h,v 1.39 2001/10/27 21:44:54 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -221,8 +221,6 @@ typedef StgWord64       LW_;
 DLL_IMPORT_RTS extern char **prog_argv;        /* so we can get at these from Haskell */
 DLL_IMPORT_RTS extern int    prog_argc;
 
 DLL_IMPORT_RTS extern char **prog_argv;        /* so we can get at these from Haskell */
 DLL_IMPORT_RTS extern int    prog_argc;
 
-extern char **environ;
-
 extern void stackOverflow(void);
 
 /* Creating and destroying an adjustor thunk.
 extern void stackOverflow(void);
 
 /* Creating and destroying an adjustor thunk.