gcc 4 fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-03-14 20:37:07 +00:00
parent 2c97a8d164
commit 15a62f7c61

View File

@ -32,6 +32,8 @@
# define TRACE(x) ;
#endif
using std::nothrow;
// This macro is used for fatal situations that are acceptable in a running
// system, like out of memory situations - should only panic for debugging.
#define FATAL(x) panic x