mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
Ensure that only .h files are parsed in generate_errors.pl
This commit is contained in:
parent
36855d66bb
commit
d2da622138
@ -46,7 +46,7 @@ close(FORMAT_FILE);
|
|||||||
|
|
||||||
$/ = $line_separator;
|
$/ = $line_separator;
|
||||||
|
|
||||||
my @files = <$include_dir/*>;
|
my @files = <$include_dir/*.h>;
|
||||||
my @matches;
|
my @matches;
|
||||||
foreach my $file (@files) {
|
foreach my $file (@files) {
|
||||||
open(FILE, "$file");
|
open(FILE, "$file");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user