Changeset 3203


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

wlink

File:
1 edited

Legend:

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

    r3202 r3203  
    12361236elsif ($PLATFORM eq 'os2') {
    12371237    open MAP, 'miniperl.map' or die 'Cannot read miniperl.map';
    1238     /^\s*[\da-f:]+[\s*]\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.