mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Use the 3-argument open for compatibility with older perls
This commit is contained in:
parent
a83870ef9d
commit
091c52fef7
@ -35,7 +35,7 @@ my $verbose=0;
|
||||
my $summary=0;
|
||||
my $misses=0;
|
||||
|
||||
open H_IN, "-|", "cpp", $h;
|
||||
open H_IN, "-|", "cpp " . $h;
|
||||
while ( <H_IN> ) {
|
||||
if ( /enum\s+(\S+\s+)?{/ .. /}/ ) {
|
||||
s/^\s+//;
|
||||
|
Loading…
Reference in New Issue
Block a user