summaryrefslogtreecommitdiff
path: root/textproc/jade/patches/patch-lib_assert.cxx
blob: e3a966c5cd7a5b54f54c34eb47056b8e0345abb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-lib_assert.cxx,v 1.1 2012/04/22 20:32:19 joerg Exp $

--- lib/assert.cxx.orig	2012-04-20 13:14:25.000000000 +0000
+++ lib/assert.cxx
@@ -5,10 +5,6 @@
 #include <stdlib.h>
 #include "macros.h"
 
-#ifdef __GNUG__
-void exit (int __status) throw () __attribute__ ((__noreturn__));
-#endif
-
 #ifdef SP_NAMESPACE
 namespace SP_NAMESPACE {
 #endif