[fpc-devel] which constant expression?

Jonas Maebe jonas.maebe at elis.ugent.be
Sun May 27 12:25:56 CEST 2007


On 26 May 2007, at 23:40, Mario R. Carro wrote:

> Hi. Why does this fail to compile with FPC 2.3.1? (from ZeosLib):
>
> procedure TZExpression.SetTokenizer(Value: IZTokenizer);
> var
>   Parser: TZExpressionParser;
> begin
>   FTokenizer := Value;
>   TZExpressionParser(FParser).Tokenizer := Value; // <-- This line  
> fails
> end;

Fixed.


Jonas



More information about the fpc-devel mailing list