From 6635e7b2ad97d482f74d696cfb1b277d62d949c1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 9 Sep 2005 16:23:50 +0000 Subject: r10116: Print out a couple more warnings. (This used to be commit 0628dfa5c3c74614a86b4f61b8d1555ef41c41bb) --- source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm') diff --git a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm index 9e6147b166..47107b5969 100644 --- a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm +++ b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm @@ -57,7 +57,12 @@ sub handle_hf_rename($$$$) return; } - $data->{hf_renames}->{$old} = $new; + $data->{hf_renames}->{$old} = { + OLDNAME => $old, + NEWNAME => $new, + POS => $pos, + USED => 0 + }; } sub handle_param_value($$$$) -- cgit