From edec2d9277064b562da36dde476705e63a4b061d Mon Sep 17 00:00:00 2001 From: matthewc Date: Mon, 9 Jun 2003 14:10:04 +0000 Subject: [PATCH 1/1] [project @ 2003-06-09 14:10:04 by matthewc] Change argument of stg_exit to int in line with definition. --- ghc/includes/PrimOps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); /* ----------------------------------------------------------------------------- -- 1.7.10.4