1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 20:50:31 -04:00
ports/textproc/jade/files/patch-assert.cxx
2018-01-10 15:27:33 +00:00

11 lines
297 B
C++

--- 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