diff options
author | partain <unknown> | 1996-07-25 21:33:42 +0000 |
---|---|---|
committer | partain <unknown> | 1996-07-25 21:33:42 +0000 |
commit | 5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d (patch) | |
tree | adb07110e00f00b2b2ef6365e16d5f58b260ce3c /ghc/runtime/storage/SMmark.lhc | |
parent | f7ecf7234c224489be8a5e63fced903b655d92ee (diff) | |
download | haskell-5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d.tar.gz |
[project @ 1996-07-25 20:43:49 by partain]
Bulk of final changes for 2.01
Diffstat (limited to 'ghc/runtime/storage/SMmark.lhc')
-rw-r--r-- | ghc/runtime/storage/SMmark.lhc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/runtime/storage/SMmark.lhc b/ghc/runtime/storage/SMmark.lhc index 72ea1d3f5c..b1a5aa218f 100644 --- a/ghc/runtime/storage/SMmark.lhc +++ b/ghc/runtime/storage/SMmark.lhc @@ -1738,7 +1738,6 @@ STGFUN(_PRMarking_MarkNextGA) } #else -#if 1 /* !defined(CONCURRENT) */ /* HWL */ STGFUN(_PRMarking_MarkNextAStack) { FUNBEGIN; @@ -1771,7 +1770,6 @@ STGFUN(_PRMarking_MarkNextBStack) JUMP_MARK; FUNEND; } -#endif /* !CONCURRENT */ #endif /* PAR */ \end{code} |