blob: e26a9fea51a167a5ae9bbc3d37cde5f12a8f8461 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|