From 1e42cacf6a8643bd633f631c212d71760852abbc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jan 2005 06:33:07 +0000 Subject: r5036: changed HYPER_T to the more standard "hyper" (This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c) --- source4/build/pidl/util.pm | 45 +++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 24 deletions(-) (limited to 'source4/build/pidl') diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index 277c6c0253..c57322a462 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -282,29 +282,28 @@ sub bitmap_type_decl($) my %type_alignments = ( - "char" => 1, - "int8" => 1, - "uint8" => 1, - "short" => 2, - "wchar_t" => 2, - "int16" => 2, - "uint16" => 2, - "long" => 4, - "int32" => 4, - "uint32" => 4, - "dlong" => 4, - "udlong" => 4, - "NTTIME" => 4, - "NTTIME_1sec" => 4, - "time_t" => 4, - "DATA_BLOB" => 4, + "char" => 1, + "int8" => 1, + "uint8" => 1, + "short" => 2, + "wchar_t" => 2, + "int16" => 2, + "uint16" => 2, + "long" => 4, + "int32" => 4, + "uint32" => 4, + "dlong" => 4, + "udlong" => 4, + "NTTIME" => 4, + "NTTIME_1sec" => 4, + "time_t" => 4, + "DATA_BLOB" => 4, "error_status_t" => 4, - "WERROR" => 4, - "boolean32" => 4, - "unsigned32" => 4, - "hyper" => 8, - "HYPER_T" => 8, - "NTTIME_hyper" => 8 + "WERROR" => 4, + "boolean32" => 4, + "unsigned32" => 4, + "hyper" => 8, + "NTTIME_hyper" => 8 ); sub is_scalar_type($) @@ -538,8 +537,6 @@ my %type_mappings = "dlong" => "int64_t", "udlong" => "uint64_t", "hyper" => "uint64_t", - "HYPER_T" => "uint64_t", - "hyper" => "uint64_t", "NTTIME_1sec" => "NTTIME", "NTTIME_hyper" => "NTTIME" ); -- cgit