mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-14 16:27:34 +00:00
Fix indentation of a few lines.
This commit is contained in:
@@ -1906,11 +1906,11 @@ var
|
|||||||
codeGeneration := lCodeGeneration and (numErrors = 0);
|
codeGeneration := lCodeGeneration and (numErrors = 0);
|
||||||
{get controlling type after conversions}
|
{get controlling type after conversions}
|
||||||
if expressionType^.kind = functionType then begin
|
if expressionType^.kind = functionType then begin
|
||||||
controllingType.size := cgLongSize;
|
controllingType.size := cgLongSize;
|
||||||
controllingType.saveDisp := 0;
|
controllingType.saveDisp := 0;
|
||||||
controllingType.qualifiers := [];
|
controllingType.qualifiers := [];
|
||||||
controllingType.kind := pointerType;
|
controllingType.kind := pointerType;
|
||||||
controllingType.pType := expressionType;
|
controllingType.pType := expressionType;
|
||||||
end {if}
|
end {if}
|
||||||
else if expressionType^.kind in [structType,unionType] then begin
|
else if expressionType^.kind in [structType,unionType] then begin
|
||||||
controllingType.size := expressionType^.size;
|
controllingType.size := expressionType^.size;
|
||||||
|
Reference in New Issue
Block a user