r7167: fix the build
authorStefan Metzmacher <metze@samba.org>
Wed, 1 Jun 2005 16:23:54 +0000 (16:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:22 +0000 (13:17 -0500)
metze

source/build/pidl/typelist.pm

index cc8504e80f4fa276e778d3d56aaa7c2fa22c38ff..7c54587ac750cbc1db5c51cb85ba932b2850da1e 100644 (file)
@@ -239,7 +239,7 @@ my $aliases = {
        "char" => "uint8",
        "long" => "int32",
        "short" => "int16",
-       "hyper" => "HYPER_T"
+       "HYPER_T" => "hyper"
 };
 
 sub RegisterAliases()