diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-03-07 08:56:48 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-03-07 08:56:48 +0000 |
commit | 15b962fe9d3033f7d85147f652f1702d36b7e29d (patch) | |
tree | 5b7bcac533b7d9bc7c525f1fda1e4e5e95b8ddaa /includes/StgMiscClosures.h | |
parent | 6d41ea372abe86a7df108be0604b405e1db7762d (diff) | |
download | haskell-15b962fe9d3033f7d85147f652f1702d36b7e29d.tar.gz |
add declaration for noDuplicatezh_fast
Diffstat (limited to 'includes/StgMiscClosures.h')
-rw-r--r-- | includes/StgMiscClosures.h | 2 |
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 */ |