X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source%2Fbuild%2Fpidl%2Ftypelist.pm;h=7c54587ac750cbc1db5c51cb85ba932b2850da1e;hp=cc8504e80f4fa276e778d3d56aaa7c2fa22c38ff;hb=978f49ced5690cda672ba7882fbddc77a3997793;hpb=fc7f519e4ae2051e9515df5f549c8e1842b7e70b diff --git a/source/build/pidl/typelist.pm b/source/build/pidl/typelist.pm index cc8504e80f4..7c54587ac75 100644 --- a/source/build/pidl/typelist.pm +++ b/source/build/pidl/typelist.pm @@ -239,7 +239,7 @@ my $aliases = { "char" => "uint8", "long" => "int32", "short" => "int16", - "hyper" => "HYPER_T" + "HYPER_T" => "hyper" }; sub RegisterAliases()