blob: c62be9001a20817fc9ce55381e6429f5cb692629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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;
|