From 978f49ced5690cda672ba7882fbddc77a3997793 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 1 Jun 2005 16:23:54 +0000 Subject: [PATCH] r7167: fix the build metze --- source/build/pidl/typelist.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.34.1