diff options
Diffstat (limited to 'misc/estic/files/patch-check.h')
-rw-r--r-- | misc/estic/files/patch-check.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/files/patch-check.h b/misc/estic/files/patch-check.h index 4db36dc5d45b..c378b33f5152 100644 --- a/misc/estic/files/patch-check.h +++ b/misc/estic/files/patch-check.h @@ -1,6 +1,6 @@ ---- spunk/check.h.orig Tue Jul 30 20:10:26 1996 -+++ spunk/check.h Thu Dec 23 20:54:22 2004 -@@ -38,9 +38,6 @@ +--- spunk/check.h.orig 1996-11-07 17:06:46 UTC ++++ spunk/check.h +@@ -38,9 +38,6 @@ extern const char* _MsgCheckFailed; extern @@ -8,5 +8,5 @@ -volatile -#endif void (*CheckFailed) (const char* Msg, const char* Cond, int Code, - const char* File, int Line); + const char* File, int Line); // Function pointer that is called from Check if the condition code is true. |