diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 13:50:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 13:50:09 +0000 |
commit | c5922361d4536b175f5902d7210f9a704d6a9e0f (patch) | |
tree | a10d8c03bdb185a7291cd7ff5d0f346e10703546 /textproc/jade | |
parent | - Update to 0.12.1 (version found in the GNOME2 beta4); (diff) |
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/jade')
-rw-r--r-- | textproc/jade/files/patch-assert.cxx | 2 |
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 |