Commit b1d089ba authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

c2man: Initialise current comment info.

parent 3437591e
...@@ -420,6 +420,7 @@ sub process_source_file($) ...@@ -420,6 +420,7 @@ sub process_source_file($)
if ($parse_state == 4) # Reading in the function definition if ($parse_state == 4) # Reading in the function definition
{ {
# This file is used by the DLL - Make sure we get our contributors right # 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 (@{$spec_files{$comment->{DLL_NAME}}[0]->{SOURCES}},$comment->{FILE});
push (@{$comment->{PROTOTYPE}},$_); push (@{$comment->{PROTOTYPE}},$_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment