X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStg.h;h=05ae7d10abbb893c00f739de7a3534e2a28409cc;hb=cffcb52b7b7518db39d64394270392d06215cf90;hp=b6bbcfad9201324d6e45e25dd63bd859312a2c78;hpb=3c6b9911369deda84fcc74a31372e6f51e0cb054;p=ghc-hetmet.git diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h index b6bbcfa..05ae7d1 100644 --- a/ghc/includes/Stg.h +++ b/ghc/includes/Stg.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stg.h,v 1.54 2003/07/22 13:23:44 simonmar Exp $ + * $Id: Stg.h,v 1.55 2003/08/22 22:24:16 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -229,6 +229,7 @@ typedef StgWord64 LW_; /* Misc stuff without a home */ 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_name; extern void stackOverflow(void);