aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jade/files/patch-assert.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jade/files/patch-assert.cxx b/textproc/jade/files/patch-assert.cxx
index 3021e9d76cd2..e26a9fea51a1 100644
--- a/textproc/jade/files/patch-assert.cxx
+++ b/textproc/jade/files/patch-assert.cxx
@@ -5,7 +5,7 @@
#ifdef __GNUG__
-void exit (int __status) __THROW __attribute__ ((__noreturn__));
-+void exit (int __status) throw () __attribute__ ((__noreturn__));
++//void exit (int) __attribute__ ((__noreturn__));
#endif
#ifdef SP_NAMESPACE