summaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-lib_assert.cxx
blob: 15d4c573c0ab18d6a54b94a09c58d5e1cc775bc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/assert.cxx.orig	1998-10-07 05:15:50 UTC
+++ lib/assert.cxx
@@ -6,7 +6,7 @@
 #include "macros.h"
 
 #ifdef __GNUG__
-void exit (int __status) __THROW __attribute__ ((__noreturn__));
+//void exit (int) __attribute__ ((__noreturn__));
 #endif
 
 #ifdef SP_NAMESPACE