|
@@ -2027,7 +2027,7 @@ Implementation
|
|
|
MaybeNextList(hp);
|
|
|
end;
|
|
|
ObjData.afteralloc;
|
|
|
- { leave if errors have occured }
|
|
|
+ { leave if errors have occurred }
|
|
|
if errorcount>0 then
|
|
|
goto doexit;
|
|
|
|
|
@@ -2048,7 +2048,7 @@ Implementation
|
|
|
ObjData.createsection(sec_code);
|
|
|
ObjData.afteralloc;
|
|
|
|
|
|
- { leave if errors have occured }
|
|
|
+ { leave if errors have occurred }
|
|
|
if errorcount>0 then
|
|
|
goto doexit;
|
|
|
|
|
@@ -2069,7 +2069,7 @@ Implementation
|
|
|
ObjData.createsection(sec_code);
|
|
|
ObjData.afterwrite;
|
|
|
|
|
|
- { don't write the .o file if errors have occured }
|
|
|
+ { don't write the .o file if errors have occurred }
|
|
|
if errorcount=0 then
|
|
|
begin
|
|
|
{ write objectfile }
|
|
@@ -2122,7 +2122,7 @@ Implementation
|
|
|
ObjData.CreateSection(startsectype,startsecname,startsecorder);
|
|
|
TreePass0(hp);
|
|
|
ObjData.afteralloc;
|
|
|
- { leave if errors have occured }
|
|
|
+ { leave if errors have occurred }
|
|
|
if errorcount>0 then
|
|
|
break;
|
|
|
|
|
@@ -2135,7 +2135,7 @@ Implementation
|
|
|
TreePass1(hp);
|
|
|
ObjData.afteralloc;
|
|
|
|
|
|
- { leave if errors have occured }
|
|
|
+ { leave if errors have occurred }
|
|
|
if errorcount>0 then
|
|
|
break;
|
|
|
|
|
@@ -2149,7 +2149,7 @@ Implementation
|
|
|
hp:=TreePass2(hp);
|
|
|
ObjData.afterwrite;
|
|
|
|
|
|
- { leave if errors have occured }
|
|
|
+ { leave if errors have occurred }
|
|
|
if errorcount>0 then
|
|
|
break;
|
|
|
|