From b1d089baa3751ce5f59c080dc7eb5ebb191f899a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Sat, 11 Jun 2011 16:45:24 +0200 Subject: [PATCH] c2man: Initialise current comment info. --- tools/c2man.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/c2man.pl b/tools/c2man.pl index 8030bc44580..9c674885fc2 100755 --- a/tools/c2man.pl +++ b/tools/c2man.pl @@ -420,6 +420,7 @@ sub process_source_file($) if ($parse_state == 4) # Reading in the function definition { # This file is used by the DLL - Make sure we get our contributors right + @{$spec_files{$comment->{DLL_NAME}}[0]->{CURRENT_EXTRA}} = (); push (@{$spec_files{$comment->{DLL_NAME}}[0]->{SOURCES}},$comment->{FILE}); push (@{$comment->{PROTOTYPE}},$_); -- 2.11.4.GIT