Skip to content
Snippets Groups Projects
Commit e5dfcd65 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-12 11:55:52 by rrt]

Remove reference to dLL_ifs.hi (was being specifically ignored  in
preprocess_include_dirs).
parent a0523294
No related branches found
No related tags found
No related merge requests found
...@@ -376,11 +376,7 @@ sub preprocess_import_dirs { ...@@ -376,11 +376,7 @@ sub preprocess_import_dirs {
for ($_ = readdir(DIR); $_; $_ = readdir(DIR)) { for ($_ = readdir(DIR); $_; $_ = readdir(DIR)) {
next unless /(.*)\.hi$/; next unless /(.*)\.hi$/;
$thing = $1; $thing = $1;
# if ($ModuleIn{$thing} && $ModuleIn{$thing} ne $d) {
# dLL_ifs.hi is used to indicate whether a directory
# contains interface files whose object codes reside in a Win32 DLL.
#
if ($ModuleIn{$thing} && $ModuleIn{$thing} ne $d && $thing ne 'dLL_ifs') {
print STDERR "$Pgm: warning: $thing.hi appears in both $ModuleIn{$thing} and $d!\n" if ($Warnings); print STDERR "$Pgm: warning: $thing.hi appears in both $ModuleIn{$thing} and $d!\n" if ($Warnings);
} else { } else {
$ModuleIn{$thing} = $d; $ModuleIn{$thing} = $d;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment