summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-check.h
blob: c378b33f5152aa0f2afb24b119ce418c81cf6ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- spunk/check.h.orig	1996-11-07 17:06:46 UTC
+++ spunk/check.h
@@ -38,9 +38,6 @@ extern const char* _MsgCheckFailed;     
 
 
 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.