Changeset 417
- Timestamp:
- Jul 21, 2003, 1:24:42 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/src/lib/dlllegacy.cmd ¶
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r416 r417 53 53 do 54 54 if (sDefFile = '') then 55 sDefFile = sArg;55 sDefFile = translate(sArg, '\', '/'); 56 56 else if (sLegacyFile = '') then 57 sLegacyFile = sArg;57 sLegacyFile = translate(sArg, '\', '/'); 58 58 else 59 59 do … … 116 116 s = NextWord(); 117 117 end 118 else 119 do 120 iLastOrdinal = iLastOrdinal + 1; 121 iOrdinal = iLastOrdinal; 122 end 118 123 aResult.i.msRest = s; 119 124 if (sLine <> '') then … … 142 147 if (fInExports) then 143 148 do 144 if (sLine = '' ) then149 if (sLine = '' | left(sLine, 1) = ';') then 145 150 iterate; 146 151 … … 158 163 do 159 164 iOrdinal = substr(s, 2); 165 if (iOrdinal > iLastOrdinal) then 166 iLastOrdinal = iOrdinal; 160 167 s = NextWord(); 161 168 end -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.