Merge branch 'master' of github.com:r0ket/r0ket

This commit is contained in:
schneider 2011-08-03 17:38:53 +02:00
commit 6c20c8cad9

View file

@ -18,6 +18,8 @@ my @symb;
open(Q,"<","l0dable/EXPORTS") || die "$!";
while(<Q>){
chomp;s/\r$//;
next if /^#/;
next if /^\s*$/;
push @symb,$_;
};
close(Q);