diff options
Diffstat (limited to 'textproc/jade/files/patch-assert.cxx')
-rw-r--r-- | textproc/jade/files/patch-assert.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-assert.cxx b/textproc/jade/files/patch-assert.cxx new file mode 100644 index 000000000000..e26a9fea51a1 --- /dev/null +++ b/textproc/jade/files/patch-assert.cxx @@ -0,0 +1,11 @@ +--- lib/assert.cxx.orig Wed Apr 25 12:42:54 2001 ++++ lib/assert.cxx Wed Apr 25 12:43:26 2001 +@@ -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 |