2012-11-16 01:37:06 +01:00
|
|
|
$NetBSD: patch-spunk_check.h,v 1.1 2012/11/16 00:37:46 joerg Exp $
|
2003-12-28 22:53:44 +01:00
|
|
|
|
2012-11-16 01:37:06 +01:00
|
|
|
--- spunk/check.h.orig 1996-11-07 18:06:46.000000000 +0000
|
|
|
|
+++ spunk/check.h
|
|
|
|
@@ -38,9 +38,6 @@ extern const char* _MsgCheckFailed;
|
2003-12-28 22:53:44 +01:00
|
|
|
|
|
|
|
|
|
|
|
extern
|
|
|
|
-#ifdef __GNUC__
|
|
|
|
-volatile
|
|
|
|
-#endif
|
|
|
|
void (*CheckFailed) (const char* Msg, const char* Cond, int Code,
|
|
|
|
const char* File, int Line);
|
|
|
|
// Function pointer that is called from Check if the condition code is true.
|