c2man: Initialise current comment info.

oldstable
André Hentschel 2011-06-11 16:45:24 +02:00 committed by Alexandre Julliard
parent 3437591e71
commit b1d089baa3
1 changed files with 1 additions and 0 deletions

View File

@ -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}},$_);