More distinctive header guard.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef DEBUG_H
|
#ifndef USERLAND_FS_DEBUG_H
|
||||||
#define DEBUG_H
|
#define USERLAND_FS_DEBUG_H
|
||||||
/* Debug - debug stuff
|
/* Debug - debug stuff
|
||||||
**
|
**
|
||||||
** Initial version by Axel Dörfler, [email protected]
|
** Initial version by Axel Dörfler, [email protected]
|
||||||
@@ -137,4 +137,4 @@ void dbg_printf_end();
|
|||||||
#define TOUCH(var) (void)var
|
#define TOUCH(var) (void)var
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* DEBUG_H */
|
#endif /* USERLAND_FS_DEBUG_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user