Changeset 62 for trunk/Compiler/Analyze/UAnalyzerPascal.pas
- Timestamp:
- Jul 17, 2012, 10:14:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/Analyze/UAnalyzerPascal.pas
r58 r62 568 568 if NextToken = 'initialization' then Break 569 569 else if NextToken = 'finalization' then Break 570 else if NextToken = 'end' then Break 570 571 else begin 571 572 ErrorMessage(SInvalidConstruction, [NextToken]); … … 1444 1445 Module := SourceCode.ParentModule.ParentProgram.Modules.Search(Name); 1445 1446 if not Assigned(Module) then begin 1446 if ParseFile(Name ) then begin1447 if ParseFile(Name + '.pas') then begin 1447 1448 Module := SourceCode.ParentModule.ParentProgram.Modules.Search(Name); 1448 1449 Exported := AExported;
Note:
See TracChangeset
for help on using the changeset viewer.