summaryrefslogtreecommitdiff
path: root/ghc/includes/Storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/includes/Storage.h')
-rw-r--r--ghc/includes/Storage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/includes/Storage.h b/ghc/includes/Storage.h
index 7108bc6029..27067565aa 100644
--- a/ghc/includes/Storage.h
+++ b/ghc/includes/Storage.h
@@ -234,8 +234,8 @@ recordMutable(StgClosure *p)
void revertCAFs( void );
- // set to disable CAF garbage collection in GHCi.
- // (needed when dynamic libraries are used).
+/* set to disable CAF garbage collection in GHCi. */
+/* (needed when dynamic libraries are used). */
extern rtsBool keepCAFs;
/* -----------------------------------------------------------------------------
@@ -400,4 +400,4 @@ extern StgClosure * RTS_VAR(caf_list);
extern StgClosure * RTS_VAR(revertible_caf_list);
extern StgTSO * RTS_VAR(resurrected_threads);
-#endif // STORAGE_H
+#endif /* STORAGE_H */