Skip to content
Snippets Groups Projects
Commit 3ea8a46c authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-27 14:28:06 by panne]

Bug or feature? Changed `envyron' back to `environ', otherwise
hslibs/posix/cbits/env.c can't be compiled. If this breaks something
on M$, it must be #ifdef-ed somehow, but not simply be renamed.
parent cb5dbd60
No related branches found
No related tags found
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.31 2000/05/26 10:14:33 sewardj Exp $
* $Id: Stg.h,v 1.32 2000/05/27 14:28:06 panne Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -183,7 +183,7 @@ void _stgAssert (char *, unsigned int);
DLL_IMPORT_RTS extern char **prog_argv; /* so we can get at these from Haskell */
DLL_IMPORT_RTS extern int prog_argc;
extern char **envyron;
extern char **environ;
extern void stackOverflow(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment