CVS update: samba/source/include

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Sun Aug 9 23:12:10 EST 1998


Date:	Sunday August 9, 1998 @ 23:12
Author:	tridge

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv3336

Modified Files:
	smb.h 
Log Message:
removed the if statements from the DEBUG() macro definitions.

Chris, you should never put if statements in macros, use the ugly
(a?b:c) form instead, otherwise you can produce incorrect code when
you have things like:

if (foo) 
   DEBUG((blah));
else
   DEBUG((blooh));



More information about the samba-cvs mailing list