From 46e5bb2eff0c47526183316bc1484a656f7d0a27 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 Aug 2001 08:24:38 +0000 Subject: [PATCH] [project @ 2001-08-10 08:24:38 by simonmar] add missing symbol to RTS_SYMBOLS --- ghc/rts/Linker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index fe2f3ca..1bc11b6 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.54 2001/07/26 03:13:37 ken Exp $ + * $Id: Linker.c,v 1.55 2001/08/10 08:24:38 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -237,6 +237,7 @@ typedef struct _RtsSymbolVal { SymX(newArrayzh_fast) \ SymX(unsafeThawArrayzh_fast) \ SymX(newByteArrayzh_fast) \ + SymX(newPinnedByteArrayzh_fast) \ SymX(newMutVarzh_fast) \ SymX(quotRemIntegerzh_fast) \ SymX(quotIntegerzh_fast) \ -- 1.7.10.4