diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 13:50:09 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-04-26 13:50:09 +0000 |
commit | c594dd29034eeae93f2246d973199e4fcfad537d (patch) | |
tree | f368f2a5b6b9dd78ad109341a11a9266d6cb2be3 /textproc | |
parent | 782aa39b7eb86444eb96244496fb6cd187f115e9 (diff) | |
download | FreeBSD-ports-c594dd29034eeae93f2246d973199e4fcfad537d.zip FreeBSD-ports-c594dd29034eeae93f2246d973199e4fcfad537d.tar.gz |
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
Diffstat (limited to 'textproc')
-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 3021e9d..e26a9fe 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 |