Changeset 417


Ignore:
Timestamp:
Jul 21, 2003, 1:24:42 AM (22 years ago)
Author:
bird
Message:

fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/emx/src/lib/dlllegacy.cmd

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r416 r417  
    5353    do
    5454        if (sDefFile = '') then
    55             sDefFile = sArg;
     55            sDefFile = translate(sArg, '\', '/');
    5656        else if (sLegacyFile = '') then
    57             sLegacyFile = sArg;
     57            sLegacyFile = translate(sArg, '\', '/');
    5858        else
    5959        do
     
    116116            s = NextWord();
    117117        end
     118        else
     119        do
     120            iLastOrdinal = iLastOrdinal + 1;
     121            iOrdinal = iLastOrdinal;
     122        end
    118123        aResult.i.msRest = s;
    119124        if (sLine <> '') then
     
    142147    if (fInExports) then
    143148    do
    144         if (sLine = '') then
     149        if (sLine = '' | left(sLine, 1) = ';') then
    145150            iterate;
    146151
     
    158163        do
    159164            iOrdinal = substr(s, 2);
     165            if (iOrdinal > iLastOrdinal) then
     166                iLastOrdinal = iOrdinal;
    160167            s = NextWord();
    161168        end
Note: See TracChangeset for help on using the changeset viewer.