X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2Fhooks%2FOutOfStk.lc;h=58a1a855fe5f3b8346f7de068fa1cc404a159381;hb=967cc47f37cb93a5e2b6df7822c9a646f0428247;hp=470562117a90e01340d60b18981af2ad924ff83a;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/ghc/runtime/hooks/OutOfStk.lc b/ghc/runtime/hooks/OutOfStk.lc index 4705621..58a1a85 100644 --- a/ghc/runtime/hooks/OutOfStk.lc +++ b/ghc/runtime/hooks/OutOfStk.lc @@ -2,8 +2,7 @@ #include "rtsdefs.h" void -StackOverflowHook (stack_size) - I_ stack_size; /* in bytes */ +StackOverflowHook (I_ stack_size) /* in bytes */ { fprintf(stderr, "Stack space overflow: current size %ld bytes.\nUse `+RTS -Ksize' to increase it.\n", stack_size); }