[project @ 1996-06-27 16:13:29 by partain]
[ghc-hetmet.git] / ghc / runtime / hooks / NoRunnableThrds.lc
diff --git a/ghc/runtime/hooks/NoRunnableThrds.lc b/ghc/runtime/hooks/NoRunnableThrds.lc
new file mode 100644 (file)
index 0000000..3ac6011
--- /dev/null
@@ -0,0 +1,14 @@
+
+
+\begin{code}
+#ifdef CONCURRENT /* the whole thing! */
+#include "rtsdefs.h"
+
+void
+NoRunnableThreadsHook ()
+{
+    fprintf(stderr, "No runnable threads!\n");
+}
+#endif /* CONCURRENT */
+
+\end{code}