summaryrefslogtreecommitdiff
path: root/includes/StgMiscClosures.h
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-03-07 08:56:48 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-03-07 08:56:48 +0000
commit15b962fe9d3033f7d85147f652f1702d36b7e29d (patch)
tree5b7bcac533b7d9bc7c525f1fda1e4e5e95b8ddaa /includes/StgMiscClosures.h
parent6d41ea372abe86a7df108be0604b405e1db7762d (diff)
downloadhaskell-15b962fe9d3033f7d85147f652f1702d36b7e29d.tar.gz
add declaration for noDuplicatezh_fast
Diffstat (limited to 'includes/StgMiscClosures.h')
-rw-r--r--includes/StgMiscClosures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h
index 064e90a7dc..72a7b55319 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 */