summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ay
blob: 177d8c574c6255347418927eac92b35ed679b7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ay,v 1.1 2003/12/28 21:53:45 tron Exp $

--- ../spunk/check.h.orig	1996-11-07 18:06:46.000000000 +0100
+++ ../spunk/check.h	2003-12-28 22:50:57.000000000 +0100
@@ -38,9 +38,6 @@
 
 
 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.