blob: a1eda62b1adcdc7f4cdc5505af35d6b2a8049587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ax,v 1.1 2003/12/28 21:53:45 tron Exp $
--- ../spunk/check.cc.orig 1996-11-07 18:06:46.000000000 +0100
+++ ../spunk/check.cc 2003-12-28 22:48:02.000000000 +0100
@@ -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;
|