diff --git a/Expression.pas b/Expression.pas index ec103b8..1d4134c 100644 --- a/Expression.pas +++ b/Expression.pas @@ -2256,6 +2256,7 @@ var {load the address of the item pointed to by the pointer} GenerateCode(tree^.left); + isBitField := false; end {else if} else if tree^.token.kind = dotch then begin