LazReport, AddFunction addon: don't randomly change compiler directives in frFuncNum.pas, issue #41418.

Align directive affects records, which are not used in this unit.
Also there is no apparent need to explicitly disable range checking,
coprocessor emulation and complete boolean evaluation.
This commit is contained in:
Maxim Ganetsky 2025-02-10 17:41:56 +03:00
parent 995c81f4d0
commit 15ab3afbc6

View File

@ -8,10 +8,9 @@
unit frFuncNum;
interface
{$mode objfpc}{$H+}
{$A+,B-,E-,R-}
{.$I FR.inc}
interface
uses
SysUtils;