Aesthetical change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
// define the PANIC macro
|
// define the PANIC macro
|
||||||
#ifndef PANIC
|
#ifndef PANIC
|
||||||
# ifndef _KERNEL_MODE
|
# ifdef _KERNEL_MODE
|
||||||
# define PANIC(str) debugger(str)
|
|
||||||
# else
|
|
||||||
# define PANIC(str) panic(str)
|
# define PANIC(str) panic(str)
|
||||||
|
# else
|
||||||
|
# define PANIC(str) debugger(str)
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user