X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2Fstgdefs.h;h=73eba9062575f517365e349382eefe2c94c3d7d2;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hp=f2f6e58428b6e5e0b4378a884a4244b1da373b28;hpb=063eda14b18aadc138bc27eb460e1af93b09ca9b;p=ghc-hetmet.git diff --git a/ghc/includes/stgdefs.h b/ghc/includes/stgdefs.h index f2f6e58..73eba90 100644 --- a/ghc/includes/stgdefs.h +++ b/ghc/includes/stgdefs.h @@ -203,7 +203,7 @@ StgFunPtr impossible_jump_after_switch(STG_NO_ARGS); /* hooks: user might write some of their own */ void ErrorHdrHook PROTO((FILE *)); -void OutOfHeapHook PROTO((W_)); +void OutOfHeapHook PROTO((W_, W_)); void StackOverflowHook PROTO((I_)); #ifdef CONCURRENT void NoRunnableThreadsHook (STG_NO_ARGS);