pkgsrc/comms/estic/patches/patch-ax
2003-12-28 21:53:44 +00:00

14 lines
385 B
Text

$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;