forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
287 B
C++
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;
|
|
|