aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-26 13:50:09 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-26 13:50:09 +0000
commitc5922361d4536b175f5902d7210f9a704d6a9e0f (patch)
treea10d8c03bdb185a7291cd7ff5d0f346e10703546 /textproc
parent791a7635ed96a32aa13240b1b515f03e049c1d6d (diff)
downloadports-c5922361d4536b175f5902d7210f9a704d6a9e0f.tar.gz
ports-c5922361d4536b175f5902d7210f9a704d6a9e0f.zip
Comment out exit() declaration which causes build failure on some
environment. Commented out declaration is modified from original one to note another candidate from latest OpenJade source. Submitted by: jhay
Notes
Notes: svn path=/head/; revision=58172
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