André Hentschel : c2man: Initialise current comment info.
Module: wine Branch: master Commit: b1d089baa3751ce5f59c080dc7eb5ebb191f899a URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1d089baa3751ce5f59c080dc7... Author: André Hentschel <nerv(a)dawncrow.de> Date: Sat Jun 11 16:45:24 2011 +0200 c2man: Initialise current comment info. --- tools/c2man.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/c2man.pl b/tools/c2man.pl index 8030bc4..9c67488 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}},$_);
participants (1)
-
Alexandre Julliard