gcc 4 fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2c97a8d164
commit
15a62f7c61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user