svn commit: samba r18862 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Sun Sep 24 02:13:54 GMT 2006


Author: tridge
Date: 2006-09-24 02:13:52 +0000 (Sun, 24 Sep 2006)
New Revision: 18862

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18862

Log:

as andrew pointed our on irc, if we are going to define _TRUE, then
better make it be true :)

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2006-09-24 02:06:05 UTC (rev 18861)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2006-09-24 02:13:52 UTC (rev 18862)
@@ -357,10 +357,10 @@
 #endif
 
 #ifndef _TRUE
-#define _TRUE
+#define _TRUE true
 #endif
 #ifndef _FALSE
-#define _FALSE
+#define _FALSE false
 #endif
 
 #ifndef HAVE_FUNCTION_MACRO



More information about the samba-cvs mailing list