From: sewardj Date: Fri, 7 Jan 2000 10:27:33 +0000 (+0000) Subject: [project @ 2000-01-07 10:27:33 by sewardj] X-Git-Tag: Approximately_9120_patches~5339 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3986a1894d998c28ef88e53763045ae823051214;p=ghc-hetmet.git [project @ 2000-01-07 10:27:33 by sewardj] Remove _fast from macro name gcdIntegerIntzh_fast. --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 505a892..464e9d7 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.41 1999/12/08 14:21:54 simonmar Exp $ + * $Id: PrimOps.h,v 1.42 2000/01/07 10:27:33 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -366,7 +366,7 @@ typedef union { : abs(b); \ } -#define gcdIntegerIntzh_fast(r,a,sb,b) \ +#define gcdIntegerIntzh(r,a,sb,b) \ RET_STGCALL3(StgInt, mpn_gcd_1, (unsigned long int *) b, sb, (mp_limb_t)(a)) /* The rest are all out-of-line: -------- */