X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsMessages.h;h=3f0da3d7ede53fb1de4e969afb27e97ed29204d2;hb=1f5e3b2472084434edf71a89c4764d1509e8e9b0;hp=40baaa0794d1939fd2614eca20c34ed6ad81ca72;hpb=6317d554cb806e1eb03af252dc9744ae4dce10a1;p=ghc-hetmet.git diff --git a/ghc/includes/RtsMessages.h b/ghc/includes/RtsMessages.h index 40baaa0..3f0da3d 100644 --- a/ghc/includes/RtsMessages.h +++ b/ghc/includes/RtsMessages.h @@ -32,6 +32,9 @@ extern void barf(char *s, ...) extern void vbarf(char *s, va_list ap) GNUC3_ATTRIBUTE(__noreturn__); +extern void _assertFail(char *filename, unsigned int linenum) + GNUC3_ATTRIBUTE(__noreturn__); + /* * An error condition which is caused by and/or can be corrected by * the user. @@ -70,4 +73,4 @@ extern RtsMsgFunction rtsFatalInternalErrorFn; extern RtsMsgFunction rtsDebugMsgFn; extern RtsMsgFunction rtsErrorMsgFn; -#endif // RTSMESSAGES_H +#endif /* RTSMESSAGES_H */