svn commit: samba r6864 - in branches/tmp/pidl2/source/build/pidl: .

jelmer at samba.org jelmer at samba.org
Tue May 17 20:20:15 GMT 2005


Author: jelmer
Date: 2005-05-17 20:20:14 +0000 (Tue, 17 May 2005)
New Revision: 6864

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

Log:
Get rid of uint64_t as a scalar (use hyper, dlong or dlongr)

Modified:
   branches/tmp/pidl2/source/build/pidl/typelist.pm


Changeset:
Modified: branches/tmp/pidl2/source/build/pidl/typelist.pm
===================================================================
--- branches/tmp/pidl2/source/build/pidl/typelist.pm	2005-05-17 20:18:06 UTC (rev 6863)
+++ branches/tmp/pidl2/source/build/pidl/typelist.pm	2005-05-17 20:20:14 UTC (rev 6864)
@@ -80,7 +80,7 @@
 	} elsif (util::has_property($bitmap, "bitmap16bit")) {
 		return "uint16";
 	} elsif (util::has_property($bitmap, "bitmap64bit")) {
-		return "uint64";
+		return "hyper";
 	}
 	return "uint32";
 }
@@ -97,7 +97,6 @@
      "int32"        => "int32_t",
      "uint32"       => "uint32_t",
      "int64"        => "int64_t",
-     "uint64"       => "uint64_t",
      "dlong"        => "int64_t",
      "udlong"       => "uint64_t",
      "udlongr"      => "uint64_t",



More information about the samba-cvs mailing list