Fixed compilation with perl 5.8.
This commit is contained in:
parent
d6139af2da
commit
dc7540635e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue