Put the contents of Evac.c-inc back in Evac.c, and just compile the file twice
[ghc-hetmet.git] / rts / sm / Scav.h
index e8eab48..244073e 100644 (file)
@@ -12,5 +12,9 @@
  * ---------------------------------------------------------------------------*/
 
 void    scavenge_loop (void);
-rtsBool any_work (void);
 void    scavenge_mutable_list (generation *g);
+
+#ifdef THREADED_RTS
+void    scavenge_loop1 (void);
+void    scavenge_mutable_list1 (generation *g);
+#endif