ports/misc/estic/files/patch-check.h
Dirk Meyer b111b35ebf - add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
2017-01-29 14:47:22 +00:00

12 lines
374 B
C

--- spunk/check.h.orig 1996-11-07 17:06:46 UTC
+++ spunk/check.h
@@ -38,9 +38,6 @@ extern const char* _MsgCheckFailed;
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.