mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:23:32 +03:00
parent
4b0cf12ab1
commit
0ada20387c
30 changed files with 102 additions and 102 deletions
|
|
@ -41,7 +41,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
open(S, "<../libcurl/symbols-in-versions") or die;
|
||||
open(S, "<", '../libcurl/symbols-in-versions') or die;
|
||||
|
||||
my %doc;
|
||||
my %rem;
|
||||
|
|
@ -70,7 +70,7 @@ sub age {
|
|||
}
|
||||
|
||||
my %used;
|
||||
open(C, "<$ARGV[0]") or die;
|
||||
open(C, "<", $ARGV[0]) or die;
|
||||
|
||||
while(<C>) {
|
||||
if(/\W(CURL[_A-Z0-9v]+)\W/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue