summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/makedef.pl b/makedef.pl
index 6c74d8b6a0..a091c13ef2 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -987,11 +987,6 @@ else {
sub try_symbol {
my $symbol = shift;
-
- return if $symbol !~ /^[A-Za-z_]/;
- return if $symbol =~ /^\#/;
- $symbol =~s/\r//g;
- chomp($symbol);
return if exists $skip{$symbol};
emit_symbol($symbol);
}
@@ -1367,7 +1362,6 @@ EOP
sub emit_symbol {
my $symbol = shift;
- chomp($symbol);
$export{$symbol} = 1;
}