X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FPrimOps.h;h=1331d04344dffa1bab4c281fbf12b58538d9630e;hb=edec2d9277064b562da36dde476705e63a4b061d;hp=40b1959947ef7929f7f2fcca4169ece932dae91b;hpb=1da969c52be2e56893625957162cf56dd1168ec9;p=ghc-hetmet.git 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)); /* -----------------------------------------------------------------------------