aboutsummaryrefslogtreecommitdiffstats
path: root/misc/estic/files/patch-check.cc
blob: ba1c917942909e9183c1c81ec573aa80381eb04f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- spunk/check.cc.orig 1996-11-07 17:06:46 UTC
+++ spunk/check.cc
@@ -50,9 +50,6 @@ static void _CheckFailed (const char* Ms
 
 
 // The fail vector
-#ifdef __GNUC__
-volatile
-#endif
 void (*CheckFailed) (const char*, const char* Cond,
                      int Code, const char* File, int Line) = _CheckFailed;