Changeset 76 for branches/Transpascal/Compiler/USourceCode.pas
- Timestamp:
- Oct 21, 2010, 1:20:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/USourceCode.pas
r73 r76 770 770 with TUsedModule(UsedModules[I]) do 771 771 with Module do 772 Result := SearchType(AName, False);772 Result := SearchType(AName, False); 773 773 Inc(I); 774 774 end;
Note:
See TracChangeset
for help on using the changeset viewer.