Show
Ignore:
Timestamp:
02/09/04 14:10:55 (6 years ago)
Author:
zacheiss
Message:

Import perl 5.8.3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/vendor/third/perl/Porting/findrfuncs

    r18449 r20074  
    115115        $sym =~ s/^([0-9A-Fa-f]+\s+)?[Uu]\s+//; 
    116116        $sym =~ s/\s+[Uu]\s+-$//; 
    117         next if /\s/; 
     117        next if $sym =~ /\s/; 
    118118        $sym =~ s/\@.*\z//;     # remove @@GLIBC_2.0 etc 
    119119        # warn "#### $sym\n";