Changeset 3202


Ignore:
Timestamp:
Apr 22, 2007, 4:36:53 PM (18 years ago)
Author:
bird
Message:

wlink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/makedef.pl

    r3191 r3202  
    12361236elsif ($PLATFORM eq 'os2') {
    12371237    open MAP, 'miniperl.map' or die 'Cannot read miniperl.map';
    1238     /^\s*[\da-f:]+\s+_(\w+)/i and $mapped{$1}++ foreach <MAP>;
     1238    /^\s*[\da-f:]+[\s*]\s*_(\w+)/i and $mapped{$1}++ foreach <MAP>;
    12391239    close MAP or die 'Cannot close miniperl.map';
    12401240
Note: See TracChangeset for help on using the changeset viewer.