From: Simon Marlow Date: Wed, 7 Mar 2007 08:56:48 +0000 (+0000) Subject: add declaration for noDuplicatezh_fast X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=15b962fe9d3033f7d85147f652f1702d36b7e29d;p=ghc-hetmet.git add declaration for noDuplicatezh_fast --- 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 */