Changeset 20074 for branches/vendor/third/perl/Porting/findrfuncs
- Timestamp:
- 02/09/04 14:10:55 (6 years ago)
- Files:
-
- 1 modified
-
branches/vendor/third/perl/Porting/findrfuncs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/third/perl/Porting/findrfuncs
r18449 r20074 115 115 $sym =~ s/^([0-9A-Fa-f]+\s+)?[Uu]\s+//; 116 116 $sym =~ s/\s+[Uu]\s+-$//; 117 next if /\s/;117 next if $sym =~ /\s/; 118 118 $sym =~ s/\@.*\z//; # remove @@GLIBC_2.0 etc 119 119 # warn "#### $sym\n";
