mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
12 lines
374 B
C
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.
|