git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix includes in installed version of talloc_stack.h.
[ira/wip.git]
/
lib
/
util
/
util.h
diff --git
a/lib/util/util.h
b/lib/util/util.h
index 66861fba8b2cdd616d0dafce467e25b407693fd3..0f09747a3ad4111559c7b13f7b8ff5c87b11948d 100644
(file)
--- a/
lib/util/util.h
+++ b/
lib/util/util.h
@@
-52,7
+52,7
@@
extern const char *panic_action;
#ifdef DEVELOPER
#define SMB_ASSERT(b) do { if (!(b)) { \
DEBUG(0,("PANIC: assert failed at %s(%d): %s\n", \
#ifdef DEVELOPER
#define SMB_ASSERT(b) do { if (!(b)) { \
DEBUG(0,("PANIC: assert failed at %s(%d): %s\n", \
- __FILE__, __LINE__, #b))
,
smb_panic("assert failed: " #b); }} while(0)
+ __FILE__, __LINE__, #b))
;
smb_panic("assert failed: " #b); }} while(0)
#else
/* redefine the assert macro for non-developer builds */
#define SMB_ASSERT(b) do { if (!(b)) { \
#else
/* redefine the assert macro for non-developer builds */
#define SMB_ASSERT(b) do { if (!(b)) { \