[fpc-devel] Re: Class field reordering

Marco van de Voort marcov at stack.nl
Sun Jul 22 11:29:33 CEST 2012


In our previous episode, Ivanko B said:
> Or an option:
> 
> {$ifdef nonLazarus}
> protected
> ...
> {$else}
> private
> ...
> {$endif}
> 
> Then MSEgui/FPgui/.. may be compiled with "-DnonLazarus" option

Requires recompile, and a directive to turn said optimization off would then
be better (and not carve up the sources).




More information about the fpc-devel mailing list