Fixed compilation with perl 5.8.

This commit is contained in:
Michael Jung 2004-12-13 12:00:59 +00:00 committed by Alexandre Julliard
parent d6139af2da
commit dc7540635e

View file

@ -332,6 +332,11 @@ my %warnings;
my %templates;
##
# This maps a directory name to a reference to an array listing
# its contents (files and directories)
my %directories;
##
# Contains the list of all projects. This list tells us what are
# the subprojects of the main Makefile and where we have to generate
@ -1057,11 +1062,6 @@ sub fix_file_and_directory_names($)
#
#####
##
# This maps a directory name to a reference to an array listing
# its contents (files and directories)
my %directories;
##
# Try to find a file for the specified filename. The attempt is
# case-insensitive which is why it's not trivial. If a match is