From: sof Date: Wed, 3 Sep 1997 23:46:29 +0000 (+0000) Subject: [project @ 1997-09-03 23:46:29 by sof] X-Git-Tag: Approximately_1000_patches_recorded~51 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0b51506092d1eb7db21b507bedd5d90caab01867 [project @ 1997-09-03 23:46:29 by sof] made seqZh generally visible --- diff --git a/ghc/includes/StgMacros.lh b/ghc/includes/StgMacros.lh index 3c5d48a..f4234aa 100644 --- a/ghc/includes/StgMacros.lh +++ b/ghc/includes/StgMacros.lh @@ -2019,6 +2019,8 @@ extern I_ required_thread_count; } #endif /* GRAN */ + +#endif /* CONCURRENT */ \end{code} The following seq# code should only be used in unoptimized code. @@ -2053,7 +2055,6 @@ ED_RO_(vtbl_seq); r = 1; /* Should be unnecessary */ \ }) -#endif /* CONCURRENT */ \end{code} %************************************************************************