svn commit: samba r1929 - branches/SAMBA_4_0/source/librpc/idl

jelmer at samba.org jelmer at samba.org
Thu Aug 19 16:01:23 GMT 2004


Author: jelmer
Date: 2004-08-19 16:01:23 +0000 (Thu, 19 Aug 2004)
New Revision: 1929

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1929&nolog=1

Log:
CHeck if cpp on AIX likes /* */ better then //

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-08-19 15:27:07 UTC (rev 1928)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-08-19 16:01:23 UTC (rev 1929)
@@ -26,10 +26,10 @@
 {
 	WERROR stub();
 	
-	// Machine Identifier
+	/* Machine Identifier */
 #define MID HYPER_T
 
-	 // Object Exporter Identifier
+	 /* Object Exporter Identifier */
 #define OXID HYPER_T
 	
 	 // Object Identifer



More information about the samba-cvs mailing list