X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FHsFFI.c;h=350bcfbdec88e25ffc8320f6a3d36492af2a0635;hb=bdfa0107143179ddd8e539306442eefeb1913d48;hp=b89726cc80acdd641d44fc203830e7a5787e0b3d;hpb=94e06463420582cc2d336b39a297e82af39e4cc4;p=ghc-hetmet.git diff --git a/ghc/rts/HsFFI.c b/ghc/rts/HsFFI.c index b89726c..350bcfb 100644 --- a/ghc/rts/HsFFI.c +++ b/ghc/rts/HsFFI.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 2002 + * (c) The GHC Team, 2005 * * RTS entry points as mandated by the FFI addendum to the Haskell 98 report * @@ -14,8 +14,7 @@ void hs_set_argv(int argc, char *argv[]) { - prog_argc = argc; - prog_argv = argv; + setProgArgv(argc,argv); } void