[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / runtime / hooks / OutOfStk.lc
diff --git a/ghc/runtime/hooks/OutOfStk.lc b/ghc/runtime/hooks/OutOfStk.lc
deleted file mode 100644 (file)
index 58a1a85..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-\begin{code}
-#include "rtsdefs.h"
-
-void
-StackOverflowHook (I_ stack_size)    /* in bytes */
-{
-    fprintf(stderr, "Stack space overflow: current size %ld bytes.\nUse `+RTS -Ksize' to increase it.\n", stack_size);
-}
-\end{code}