From: simonm Date: Fri, 29 Jan 1999 09:32:37 +0000 (+0000) Subject: [project @ 1999-01-29 09:32:37 by simonm] X-Git-Tag: Approximately_9120_patches~6654 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5f1fc6cc37276eec8944cb7f1d93679c569970a5;p=ghc-hetmet.git [project @ 1999-01-29 09:32:37 by simonm] zh --> Zh (for genSymZh and resetGenSymZh) --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 932500b..b637bf9 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.11 1999/01/27 14:51:15 simonpj Exp $ + * $Id: PrimOps.h,v 1.12 1999/01/29 09:32:37 simonm Exp $ * * Macros for primitive operations in STG-ish C code. * @@ -427,8 +427,8 @@ LI_ stg_word64ToInt64 (StgNat64); #define PTRS_ARR_CTS(a) REAL_PTRS_ARR_CTS(a) #endif -extern I_ genSymzh(void); -extern I_ resetGenSymzh(void); +extern I_ genSymZh(void); +extern I_ resetGenSymZh(void); /*--- everything except new*Array is done inline: */