Merge branch 'master' of github.com:r0ket/r0ket
This commit is contained in:
commit
6c20c8cad9
|
@ -18,6 +18,8 @@ my @symb;
|
||||||
open(Q,"<","l0dable/EXPORTS") || die "$!";
|
open(Q,"<","l0dable/EXPORTS") || die "$!";
|
||||||
while(<Q>){
|
while(<Q>){
|
||||||
chomp;s/\r$//;
|
chomp;s/\r$//;
|
||||||
|
next if /^#/;
|
||||||
|
next if /^\s*$/;
|
||||||
push @symb,$_;
|
push @symb,$_;
|
||||||
};
|
};
|
||||||
close(Q);
|
close(Q);
|
||||||
|
|
Loading…
Reference in New Issue