freebsd-ports/misc/estic/files/patch-check.h
Dirk Meyer f6d73036cd - update to 1.61
- allow pipes as input
- fixed build with X11
- fixed option WITHOUT_X11
- new option WITH_ESTIC_DTR_OFF
- honor NOPORTDOCS
Submitted by:	Peter Much & Dirk Meyer
2005-09-06 09:34:47 +00:00

13 lines
338 B
C

--- 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 @@
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.