freebsd-ports/misc/estic/files/patch-check.cc
Dirk Meyer 0ccc29e81c - rename and merge patches
(for better CVS tracking of next updates)
2005-09-06 08:38:32 +00:00

12 lines
287 B
C++

--- spunk/check.cc.orig Tue Jul 30 20:10:24 1996
+++ spunk/check.cc Thu Dec 23 20:52:21 2004
@@ -50,9 +50,6 @@
// The fail vector
-#ifdef __GNUC__
-volatile
-#endif
void (*CheckFailed) (const char*, const char* Cond,
int Code, const char* File, int Line) = _CheckFailed;