From 5f1fc6cc37276eec8944cb7f1d93679c569970a5 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 29 Jan 1999 09:32:37 +0000 Subject: [PATCH] [project @ 1999-01-29 09:32:37 by simonm] zh --> Zh (for genSymZh and resetGenSymZh) --- ghc/includes/PrimOps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: */ -- 1.7.10.4