Change c2man that it works with the new format of the spec files

(without exported name).
oldstable
Thomas Mertes 2003-04-16 23:09:28 +00:00 committed by Alexandre Julliard
parent 01af6376fc
commit 639362bfb0
1 changed files with 4 additions and 0 deletions

View File

@ -249,6 +249,10 @@ sub process_spec_file
{
$implementation_name = $exported_name;
}
if ($implementation_name eq "")
{
$implementation_name = $exported_name;
}
# Add indices for the exported and implementation names
$spec_details->{EXPORTED_NAMES}{$exported_name} = $spec_details->{NUM_EXPORTS};
if ($implementation_name ne $exported_name)