283#c88738
>> http://bugs.freepascal.org/view.php?id=28288#c88737
>>
>
> A little code refactoring problem - "Result" variable is not available in
> the mode that FPC uses to compile line info units.
>
> I will upload updated patches shortly.
>
20160109
On 9 January 2016 at 15:34, Denis Kozlov wrote:
> I uploaded patches for line info units:
> http://bugs.freepascal.org/view.php?id=28283#c88738
> http://bugs.freepascal.org/view.php?id=28288#c88737
>
A little code refactoring problem - "Result" variable is not available in
the mode that FPC uses
I uploaded patches for line info units:
http://bugs.freepascal.org/view.php?id=28283#c88738
http://bugs.freepascal.org/view.php?id=28288#c88737
Reuse of line info data is now optional and controlled via global
AllowReuseOfLineInfoData variable. Default value is TRUE.
Denis
___