2016-03-21 15:08 GMT+01:00 Michael Van Canneyt <mich...@freepascal.org>:

> No need for that.
>
> You just need to {$IFNDEF VER3_0} all record operators code.
>
> A make cycle compiles 3 times.
>
> During a make cycle you must start with 3.0.0, this will compile the RTL
> with 3.0.0 and this excludes record operators.
>
> During the second compile, it will be with the latest compiler, so
> VER3_1_1,
> which will include the record operators code, and all will be well.


Sounds perfect!

@Michael, @Sven: now I know why compiler_cycle was problematic for my
branch :)

-- 
Best regards,
Maciej Izak
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to