From: matthewc Date: Mon, 9 Jun 2003 14:10:04 +0000 (+0000) Subject: [project @ 2003-06-09 14:10:04 by matthewc] X-Git-Tag: Approx_11550_changesets_converted~790 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=edec2d9277064b562da36dde476705e63a4b061d;hp=1da969c52be2e56893625957162cf56dd1168ec9;p=ghc-hetmet.git [project @ 2003-06-09 14:10:04 by matthewc] Change argument of stg_exit to int in line with definition. --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 40b1959..1331d04 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.100 2003/02/21 05:34:15 sof Exp $ + * $Id: PrimOps.h,v 1.101 2003/06/09 14:10:04 matthewc Exp $ * * (c) The GHC Team, 1998-2000 * @@ -254,7 +254,7 @@ EXTFUN_RTS(asyncWritezh_fast); EXTFUN_RTS(catchzh_fast); EXTFUN_RTS(raisezh_fast); -extern void stg_exit(I_ n) __attribute__ ((noreturn)); +extern void stg_exit(int n) __attribute__ ((noreturn)); /* -----------------------------------------------------------------------------