From 15b962fe9d3033f7d85147f652f1702d36b7e29d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 7 Mar 2007 08:56:48 +0000 Subject: [PATCH] add declaration for noDuplicatezh_fast --- includes/StgMiscClosures.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 064e90a..72a7b55 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -591,4 +591,6 @@ RTS_FUN(checkzh_fast); RTS_FUN(infoPtrzh_fast); RTS_FUN(closurePayloadzh_fast); +RTS_FUN(noDuplicatezh_fast); + #endif /* STGMISCCLOSURES_H */ -- 1.7.10.4